crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bbbb66 hex color - Yellow - Warm color - Information

#bbbb66 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #bbbb66 Color code in RGB color code model is created after adding 73.33% red color, 73.33% green color and 40% blue color. Hex #bbbb66 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 45% yellow and 27% black.

Hex #bbbb66 color code is a web safe color. Next web safe color code is #aaaa55 and previous web safe color code is #cccc77. You can see here many more shades of #bbbb66 color code.

0 Likes 0 Comments | 60 Views

Color Table

Hex Color Codebbbb66#bbbb66
RGB Decimal187, 187, 102rgb(187, 187, 102)
RGB Percent73%, 73%, 40%rgb(73%, 73%, 40%)
CSS RGBa187, 187, 102,1rgba(187,187,102,1)
CMYK Modelcmyk(0%,0%,45%,27%)
HSL Color Space60,38% ,57%hsl(60,38% ,57%)
HSV Color Space60°, 45%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111011101101100110
Octal273273146
Decimal187187102
Hexbbbb66

Different shades of #bbbb66 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #bbbb66
#cbcb89
Dark Shade of #bbbb66
#a5a549
Saturated Shade of #bbbb66
#c6c65b
Desaturated Shade of #bbbb66
#b0b071
Grey scale Shade of #bbbb66
#909090
Brighten Shade
#d4d47f
Most Readable Shade
#000000

Shades of #bbbb66 color code

Generate more color scales with scales (color stack) generator.

#bbbb66
#a6a65a
#91914f
#7c7c44
#676738
#53532d
#3e3e22
#292916
#14140b
#000000

Similar Color like #bbbb66 color

Find visually similar hex color codes nearing to #bbbb66 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bcbc67
#bdbd68
#bebe69
#bfbf6a
#c0c06b
#c1c16c
#c2c26d
#c3c36e
#c4c46f
#c5c570
#c6c671
#c7c772
#c8c873
#c9c974
#baba65
#b9b964
#b8b863
#b7b762
#b6b661
#b5b560
#b4b45f
#b3b35e
#b2b25d
#b1b15c
#b0b05b
#afaf5a
#aeae59
#adad58

Monochromatic Color with #bbbb66

#bbbb66
#e5e57d
#111109
#3b3b20
#666638
#90904f

Tints of #bbbb66 Color

#bbbb66
#c2c277
#caca88
#d1d199
#d9d9aa
#e0e0bb
#e8e8cc
#efefdd
#f7f7ee
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bbbb66
#6666bb

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bbbb66
#6691bb
#9166bb

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bb9966
#bbaa66
#bbbb66
#aabb66
#99bb66

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bbbb66
#66bbbb
#bb66bb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bbbb66
#66bb90
#6666bb
#bb6690

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bbbb66
#6666bb
#9166bb
#91bb66

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #bbbb66 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bbbb66 Color Code Preview on Black Background Color

This is how #bbbb66 Color will look on black background color. Color contrast ratio is 10.41

#bbbb66 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bbbb66">Your Example Paragraph content text in with font color #bbbb66 </p>

Your Example Paragraph content text in with font color #bbbb66

HTML with inline CSS

<div style="color:#bbbb66">Your Paragraph text in with font color #bbbb66 </div>

Your Example Paragraph content text in with font color #bbbb66

#bbbb66 color code is use for CSS Background Color

Background color for the above div is #bbbb66

HTML with inline CSS

<div style="background-color:#bbbb66;"></div>

#bbbb66 color code is use for CSS Border Color

CSS Border color for the above div is #bbbb66

HTML with inline CSS

<div style="border:5px solid #bbbb66;"></div>

CSS Border Left color for the above div is #bbbb66

HTML with inline CSS

<div style="border-left:5px solid #bbbb66;"></div>

CSS Border Right color for the above div is #bbbb66

HTML with inline CSS

<div style="border-right:5px solid #bbbb66;"></div>

CSS Border Bottom color for the above div is #bbbb66

HTML with inline CSS

<div style="border-bottom:5px solid #bbbb66;"></div>

CSS Border Top color for the above div is #bbbb66

HTML with inline CSS

<div style="border-top:5px solid #bbbb66;"></div>

#bbbb66 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bbbb66; } .examplecolorclass {color:#bbbb66; } .examplebordercolor {border:3px solid #bbbb66; }

#bbbb66 Color code Preview on White Background

This is how #bbbb66 Color code will look on white background color. Color contrast ratio is 2.02

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bbbb66; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bbbb66; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 60 Views

Post your comment:-

By submitting comment you agree to our privacy policy.