#B8901F

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

Shades of Nugget #B8901F

Tints of Nugget #B8901F

Color information

#B8901F (or 0xB8901F) is unknown color: approx Nugget. HEX triplet: B8, 90 and 1F. RGB value is (184,144,31). Sum of RGB (Red+Green+Blue) = 184+144+31=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8901F is #476FE0. Grayscale: #8F8F8F. Windows color (decimal): -4681697 or 2068664. OLE color: 2068664.

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

Color convert

RGB18414431-
CMYK00.220.830.28
HSL44.31º71.16%42.16%-
HSV(B)44.31º83.15%72.16%-
XYZ29.9930.245.55-
YUV143.0864.75157.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.25%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 31 (12.5% from 255) = 8.64%
R=51.25%
G=40.11%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841443100.220.830.2844.3171.1642.16
HexB8901F016531C2c472a
Octal27022037026123345410752
Binary1011100010010000111110101101010011111001011001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8901F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8901F; }

 p { color: rgb(184,144,31); }

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

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

 a { background-color: rgb(184,144,31); }

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

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

 span { border-color: rgb(184,144,31); }

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