#BB992A

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

Shades of Sahara #BB992A

Tints of Sahara #BB992A

Color information

#BB992A (or 0xBB992A) is unknown color: approx Sahara. HEX triplet: BB, 99 and 2A. RGB value is (187,153,42). Sum of RGB (Red+Green+Blue) = 187+153+42=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB992A is #4466D5. Grayscale: #969696. Windows color (decimal): -4482774 or 2791867. OLE color: 2791867.

HSL color Cylindrical-coordinate representation of color #BB992A: hue angle of 45.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB992A is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18715342-
CMYK00.180.780.27
HSL45.93º63.32%44.9%-
HSV(B)45.93º77.54%73.33%-
XYZ32.333.516.96-
YUV150.5166.76154.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 42 (16.80% from 255) = 10.99%
R=48.95%
G=40.05%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871534200.180.780.2745.9363.3244.9
HexBB992A0124E1B2e3f2d
Octal2732315202211633567755
Binary1011101110011001101010010010100111011011101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB992A; }

 p { color: rgb(187,153,42); }

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

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

 a { background-color: rgb(187,153,42); }

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

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

 span { border-color: rgb(187,153,42); }

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