#BB9C34

Color #BB9C34 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #BB9C34

Tints of Sahara #BB9C34

Color information

#BB9C34 (or 0xBB9C34) is unknown color: approx Sahara. HEX triplet: BB, 9C and 34. RGB value is (187,156,52). Sum of RGB (Red+Green+Blue) = 187+156+52=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C34 is #4463CB. Grayscale: #999999. Windows color (decimal): -4481996 or 3447995. OLE color: 3447995.

HSL color Cylindrical-coordinate representation of color #BB9C34: hue angle of 46.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB9C34 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18715652-
CMYK00.170.720.27
HSL46.22º56.49%46.86%-
HSV(B)46.22º72.19%73.33%-
XYZ3334.598.19-
YUV153.4170.77151.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 52 (20.70% from 255) = 13.16%
R=47.34%
G=39.49%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871565200.170.720.2746.2256.4946.86
HexBB9C34011481B2e382f
Octal2732346402111033567057
Binary1011101110011100110100010001100100011011101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C34; }

 p { color: rgb(187,156,52); }

 H1.HeaderClassName
 {
   color: #BB9C34;
 }
 .AnyTagClassName
 {
   color: #BB9C34;
 }
</style>
background-color css

<style>
 a { background-color: #BB9C34; }

 a { background-color: rgb(187,156,52); }

 div.DivClassName
 {
   background-color: #BB9C34;
 }
 .BgClassName
 {
   background-color: #BB9C34;
 }
</style>
border-color css

<style>
 span { border-color: #BB9C34; }

 span { border-color: rgb(187,156,52); }

 td.TdClassName
 {
   border-color: #BB9C34;
 }
 .TagClassName
 {
   border-color: #BB9C34;
 }
</style>