#B08825

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

Shades of Nugget #B08825

Tints of Nugget #B08825

Color information

#B08825 (or 0xB08825) is unknown color: approx Nugget. HEX triplet: B0, 88 and 25. RGB value is (176,136,37). Sum of RGB (Red+Green+Blue) = 176+136+37=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B08825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08825 is #4F77DA. Grayscale: #898989. Windows color (decimal): -5208027 or 2459824. OLE color: 2459824.

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

Color convert

RGB17613637-
CMYK00.230.790.31
HSL42.73º65.26%41.76%-
HSV(B)42.73º78.98%69.02%-
XYZ27.0426.975.53-
YUV136.6771.75156.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 37 (14.84% from 255) = 10.60%
R=50.43%
G=38.97%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761363700.230.790.3142.7365.2641.76
HexB088250174F1F2b412a
Octal26021045027117375310152
Binary10110000100010001001010101111001111111111010111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08825; }

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

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

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

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

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

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

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

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