#BB982A

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

Shades of Sahara #BB982A

Tints of Sahara #BB982A

Color information

#BB982A (or 0xBB982A) is unknown color: approx Sahara. HEX triplet: BB, 98 and 2A. RGB value is (187,152,42). Sum of RGB (Red+Green+Blue) = 187+152+42=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB982A is #4467D5. Grayscale: #969696. Windows color (decimal): -4483030 or 2791611. OLE color: 2791611.

HSL color Cylindrical-coordinate representation of color #BB982A: hue angle of 45.52º 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 #BB982A is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18715242-
CMYK00.190.780.27
HSL45.52º63.32%44.9%-
HSV(B)45.52º77.54%73.33%-
XYZ32.1433.196.9-
YUV149.9367.1154.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=49.08%
G=39.90%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871524200.190.780.2745.5263.3244.9
HexBB982A0134E1B2e3f2d
Octal2732305202311633567755
Binary1011101110011000101010010011100111011011101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB982A; }

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

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

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

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

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

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

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

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