#BB982B

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

Shades of Sahara #BB982B

Tints of Sahara #BB982B

Color information

#BB982B (or 0xBB982B) is unknown color: approx Sahara. HEX triplet: BB, 98 and 2B. RGB value is (187,152,43). Sum of RGB (Red+Green+Blue) = 187+152+43=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB982B is #4467D4. Grayscale: #969696. Windows color (decimal): -4483029 or 2857147. OLE color: 2857147.

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

Color convert

RGB18715243-
CMYK00.190.770.27
HSL45.42º62.61%45.1%-
HSV(B)45.42º77.01%73.33%-
XYZ32.1633.27-
YUV150.0467.6154.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 152 (59.77% from 255) = 39.79%
BLUE value IS 43 (17.19% from 255) = 11.26%
R=48.95%
G=39.79%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871524300.190.770.2745.4262.6145.1
HexBB982B0134D1B2d3f2d
Octal2732305302311533557755
Binary1011101110011000101011010011100110111011101101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB982B; }

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

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

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

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

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

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

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

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