#BB891C

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

Shades of Nugget #BB891C

Tints of Nugget #BB891C

Color information

#BB891C (or 0xBB891C) is unknown color: approx Nugget. HEX triplet: BB, 89 and 1C. RGB value is (187,137,28). Sum of RGB (Red+Green+Blue) = 187+137+28=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB891C is #4476E3. Grayscale: #8C8C8C. Windows color (decimal): -4486884 or 1870267. OLE color: 1870267.

HSL color Cylindrical-coordinate representation of color #BB891C: hue angle of 41.13º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB891C is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB18713728-
CMYK00.270.850.27
HSL41.13º73.95%42.16%-
HSV(B)41.13º85.03%73.33%-
XYZ29.6528.545.04-
YUV139.5265.07161.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 28 (11.33% from 255) = 7.95%
R=53.12%
G=38.92%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871372800.270.850.2741.1373.9542.16
HexBB891C01B551B294a2a
Octal27321134033125335111252
Binary1011101110001001111000110111010101110111010011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB891C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB891C; }

 p { color: rgb(187,137,28); }

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

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

 a { background-color: rgb(187,137,28); }

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

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

 span { border-color: rgb(187,137,28); }

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