#BB861F

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

Shades of Nugget #BB861F

Tints of Nugget #BB861F

Color information

#BB861F (or 0xBB861F) is unknown color: approx Nugget. HEX triplet: BB, 86 and 1F. RGB value is (187,134,31). Sum of RGB (Red+Green+Blue) = 187+134+31=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB861F is #4479E0. Grayscale: #8A8A8A. Windows color (decimal): -4487649 or 2066107. OLE color: 2066107.

HSL color Cylindrical-coordinate representation of color #BB861F: hue angle of 39.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB861F is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB18713431-
CMYK00.280.830.27
HSL39.62º71.56%42.75%-
HSV(B)39.62º83.42%73.33%-
XYZ29.2727.715.1-
YUV138.167.56162.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 31 (12.5% from 255) = 8.81%
R=53.12%
G=38.07%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871343100.280.830.2739.6271.5642.75
HexBB861F01C531B28482b
Octal27320637034123335011053
Binary1011101110000110111110111001010011110111010001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB861F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB861F; }

 p { color: rgb(187,134,31); }

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

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

 a { background-color: rgb(187,134,31); }

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

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

 span { border-color: rgb(187,134,31); }

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