#BB901D

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

Shades of Nugget #BB901D

Tints of Nugget #BB901D

Color information

#BB901D (or 0xBB901D) is unknown color: approx Nugget. HEX triplet: BB, 90 and 1D. RGB value is (187,144,29). Sum of RGB (Red+Green+Blue) = 187+144+29=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB901D is #446FE2. Grayscale: #909090. Windows color (decimal): -4485091 or 1937595. OLE color: 1937595.

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

Color convert

RGB18714429-
CMYK00.230.840.27
HSL43.67º73.15%42.35%-
HSV(B)43.67º84.49%73.33%-
XYZ30.6930.65.45-
YUV143.7563.25158.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 29 (11.72% from 255) = 8.06%
R=51.94%
G=40%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871442900.230.840.2743.6773.1542.35
HexBB901D017541B2c492a
Octal27322035027124335411152
Binary1011101110010000111010101111010100110111011001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB901D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB901D; }

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

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

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

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

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

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

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

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