#BB8A1D

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

Shades of Nugget #BB8A1D

Tints of Nugget #BB8A1D

Color information

#BB8A1D (or 0xBB8A1D) is unknown color: approx Nugget. HEX triplet: BB, 8A and 1D. RGB value is (187,138,29). Sum of RGB (Red+Green+Blue) = 187+138+29=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A1D is #4475E2. Grayscale: #8C8C8C. Windows color (decimal): -4486627 or 1936059. OLE color: 1936059.

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

Color convert

RGB18713829-
CMYK00.260.840.27
HSL41.39º73.15%42.35%-
HSV(B)41.39º84.49%73.33%-
XYZ29.828.835.16-
YUV140.2265.23161.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 29 (11.72% from 255) = 8.19%
R=52.82%
G=38.98%
B=8.19%

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
Decimal1871382900.260.840.2741.3973.1542.35
HexBB8A1D01A541B29492a
Octal27321235032124335111152
Binary1011101110001010111010110101010100110111010011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A1D; }

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

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

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

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

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

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

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

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