crispedge.com

Color picker

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

#bb9933 hex color - Yellow - Warm color - Information

#bb9933 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #bb9933 color code is a web safe color. Next web safe color code is #aa8822 and previous web safe color code is #ccaa44. You can see here many more shades of #bb9933 color code.

0 Likes 0 Comments | 53 Views

Color Table

Hex Color Codebb9933#bb9933
RGB Decimal187, 153, 51rgb(187, 153, 51)
RGB Percent73%, 60%, 20%rgb(73%, 60%, 20%)
CSS RGBa187, 153, 51,1rgba(187,153,51,1)
CMYK Modelcmyk(0%,18%,73%,27%)
HSL Color Space45,57% ,47%hsl(45,57% ,47%)
HSV Color Space45°, 73%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111001100100110011
Octal27323163
Decimal18715351
Hexbb9933

Different shades of #bb9933 color code.

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

Light Shade of #bb9933
#d0b051
Dark Shade of #bb9933
#937828
Saturated Shade of #bb9933
#c79f27
Desaturated Shade of #bb9933
#af933f
Grey scale Shade of #bb9933
#777777
Brighten Shade
#d4b24c
Most Readable Shade
#000000

Shades of #bb9933 color code

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

#bb9933
#a6882d
#917727
#7c6622
#67551c
#534416
#3e3311
#29220b
#141105
#000000

Similar Color like #bb9933 color

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

#bc9a34
#bd9b35
#be9c36
#bf9d37
#c09e38
#c19f39
#c2a03a
#c3a13b
#c4a23c
#c5a33d
#c6a43e
#c7a53f
#c8a640
#c9a741
#ba9832
#b99731
#b89630
#b7952f
#b6942e
#b5932d
#b4922c
#b3912b
#b2902a
#b18f29
#b08e28
#af8d27
#ae8c26
#ad8b25

Monochromatic Color with #bb9933

#bb9933
#e5bc3f
#110e05
#3b3110
#66531c
#907627

Tints of #bb9933 Color

#bb9933
#c2a449
#caaf60
#d1bb77
#d9c68d
#e0d1a4
#e8ddbb
#efe8d1
#f7f3e8
#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

#bb9933
#3355bb

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

Split Complementary

#bb9933
#3399bb
#5533bb

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

Analogous Color

#bb6333
#bb7e33
#bb9933
#bbb433
#a7bb33

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

#bb9933
#33bb99
#9933bb

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

#bb9933
#33bb55
#3355bb
#bb3399

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

#bb9933
#3355bb
#5533bb
#99bb33

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 #bb9933 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.

#bb9933 Color Code Preview on Black Background Color

This is how #bb9933 Color will look on black background color. Color contrast ratio is 7.72

#bb9933 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb9933

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb9933

#bb9933 color code is use for CSS Background Color

Background color for the above div is #bb9933

HTML with inline CSS

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

#bb9933 color code is use for CSS Border Color

CSS Border color for the above div is #bb9933

HTML with inline CSS

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

CSS Border Left color for the above div is #bb9933

HTML with inline CSS

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

CSS Border Right color for the above div is #bb9933

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb9933

HTML with inline CSS

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

CSS Border Top color for the above div is #bb9933

HTML with inline CSS

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

#bb9933 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb9933 Color code Preview on White Background

This is how #bb9933 Color code will look on white background color. Color contrast ratio is 2.72

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 #bb9933; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bb9933; }

Related Gradients

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

0 Likes 0 Comments | 53 Views

Post your comment:-

By submitting comment you agree to our privacy policy.