#BB8B1D

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

Shades of Nugget #BB8B1D

Tints of Nugget #BB8B1D

Color information

#BB8B1D (or 0xBB8B1D) is unknown color: approx Nugget. HEX triplet: BB, 8B and 1D. RGB value is (187,139,29). Sum of RGB (Red+Green+Blue) = 187+139+29=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B1D is #4474E2. Grayscale: #8D8D8D. Windows color (decimal): -4486371 or 1936315. OLE color: 1936315.

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

Color convert

RGB18713929-
CMYK00.260.840.27
HSL41.77º73.15%42.35%-
HSV(B)41.77º84.49%73.33%-
XYZ29.9529.125.2-
YUV140.8164.9160.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 29 (11.72% from 255) = 8.17%
R=52.68%
G=39.15%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871392900.260.840.2741.7773.1542.35
HexBB8B1D01A541B2a492a
Octal27321335032124335211152
Binary1011101110001011111010110101010100110111010101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B1D; }

 p { color: rgb(187,139,29); }

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

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

 a { background-color: rgb(187,139,29); }

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

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

 span { border-color: rgb(187,139,29); }

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