#BB882A

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

Shades of Nugget #BB882A

Tints of Nugget #BB882A

Color information

#BB882A (or 0xBB882A) is unknown color: approx Nugget. HEX triplet: BB, 88 and 2A. RGB value is (187,136,42). Sum of RGB (Red+Green+Blue) = 187+136+42=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB882A is #4477D5. Grayscale: #8C8C8C. Windows color (decimal): -4487126 or 2787515. OLE color: 2787515.

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

Color convert

RGB18713642-
CMYK00.270.780.27
HSL38.9º63.32%44.9%-
HSV(B)38.9º77.54%73.33%-
XYZ29.7228.346.09-
YUV140.5372.4161.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 42 (16.80% from 255) = 11.51%
R=51.23%
G=37.26%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871364200.270.780.2738.963.3244.9
HexBB882A01B4E1B273f2d
Octal2732105203311633477755
Binary1011101110001000101010011011100111011011100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB882A; }

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

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

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

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

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

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

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

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