#BB881C

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

Shades of Nugget #BB881C

Tints of Nugget #BB881C

Color information

#BB881C (or 0xBB881C) is unknown color: approx Nugget. HEX triplet: BB, 88 and 1C. RGB value is (187,136,28). Sum of RGB (Red+Green+Blue) = 187+136+28=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB881C is #4477E3. Grayscale: #8B8B8B. Windows color (decimal): -4487140 or 1870011. OLE color: 1870011.

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

Color convert

RGB18713628-
CMYK00.270.850.27
HSL40.75º73.95%42.16%-
HSV(B)40.75º85.03%73.33%-
XYZ29.5128.265-
YUV138.9465.4162.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 28 (11.33% from 255) = 7.98%
R=53.28%
G=38.75%
B=7.98%

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
Decimal1871362800.270.850.2740.7573.9542.16
HexBB881C01B551B294a2a
Octal27321034033125335111252
Binary1011101110001000111000110111010101110111010011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB881C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB881C; }

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

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

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

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

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

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

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

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