#B0881F

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

Shades of Nugget #B0881F

Tints of Nugget #B0881F

Color information

#B0881F (or 0xB0881F) is unknown color: approx Nugget. HEX triplet: B0, 88 and 1F. RGB value is (176,136,31). Sum of RGB (Red+Green+Blue) = 176+136+31=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B0881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0881F is #4F77E0. Grayscale: #888888. Windows color (decimal): -5208033 or 2066608. OLE color: 2066608.

HSL color Cylindrical-coordinate representation of color #B0881F: hue angle of 43.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0881F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17613631-
CMYK00.230.820.31
HSL43.45º70.05%40.59%-
HSV(B)43.45º82.39%69.02%-
XYZ26.9626.945.08-
YUV135.9968.75156.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 136 (53.52% from 255) = 39.65%
BLUE value IS 31 (12.5% from 255) = 9.04%
R=51.31%
G=39.65%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761363100.230.820.3143.4570.0540.59
HexB0881F017521F2b4629
Octal26021037027122375310651
Binary1011000010001000111110101111010010111111010111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0881F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0881F; }

 p { color: rgb(176,136,31); }

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

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

 a { background-color: rgb(176,136,31); }

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

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

 span { border-color: rgb(176,136,31); }

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