#BB8A1B

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

Shades of Nugget #BB8A1B

Tints of Nugget #BB8A1B

Color information

#BB8A1B (or 0xBB8A1B) is unknown color: approx Nugget. HEX triplet: BB, 8A and 1B. RGB value is (187,138,27). Sum of RGB (Red+Green+Blue) = 187+138+27=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A1B is #4475E4. Grayscale: #8C8C8C. Windows color (decimal): -4486629 or 1804987. OLE color: 1804987.

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

Color convert

RGB18713827-
CMYK00.260.860.27
HSL41.62º74.77%41.96%-
HSV(B)41.62º85.56%73.33%-
XYZ29.7828.825.03-
YUV14064.23161.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 27 (10.94% from 255) = 7.67%
R=53.12%
G=39.20%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871382700.260.860.2741.6274.7741.96
HexBB8A1B01A561B2a4b2a
Octal27321233032126335211352
Binary1011101110001010110110110101010110110111010101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A1B; }

 p { color: rgb(187,138,27); }

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

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

 a { background-color: rgb(187,138,27); }

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

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

 span { border-color: rgb(187,138,27); }

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