#B08824

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

Shades of Nugget #B08824

Tints of Nugget #B08824

Color information

#B08824 (or 0xB08824) is unknown color: approx Nugget. HEX triplet: B0, 88 and 24. RGB value is (176,136,36). Sum of RGB (Red+Green+Blue) = 176+136+36=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B08824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08824 is #4F77DB. Grayscale: #898989. Windows color (decimal): -5208028 or 2394288. OLE color: 2394288.

HSL color Cylindrical-coordinate representation of color #B08824: hue angle of 42.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B08824 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17613636-
CMYK00.230.800.31
HSL42.86º66.04%41.57%-
HSV(B)42.86º79.55%69.02%-
XYZ27.0326.975.45-
YUV136.5671.25156.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 36 (14.45% from 255) = 10.34%
R=50.57%
G=39.08%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761363600.230.800.3142.8666.0441.57
HexB08824017501F2b422a
Octal26021044027120375310252
Binary10110000100010001001000101111010000111111010111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08824; }

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

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

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

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

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

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

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

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