#B68B20

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

Shades of Nugget #B68B20

Tints of Nugget #B68B20

Color information

#B68B20 (or 0xB68B20) is unknown color: approx Nugget. HEX triplet: B6, 8B and 20. RGB value is (182,139,32). Sum of RGB (Red+Green+Blue) = 182+139+32=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B20 is #4974DF. Grayscale: #8C8C8C. Windows color (decimal): -4814048 or 2132918. OLE color: 2132918.

HSL color Cylindrical-coordinate representation of color #B68B20: hue angle of 42.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B68B20 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18213932-
CMYK00.240.820.29
HSL42.8º70.09%41.96%-
HSV(B)42.8º82.42%71.37%-
XYZ28.7828.515.35-
YUV139.6667.25158.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 139 (54.69% from 255) = 39.38%
BLUE value IS 32 (12.89% from 255) = 9.07%
R=51.56%
G=39.38%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821393200.240.820.2942.870.0941.96
HexB68B20018521D2b462a
Octal26621340030122355310652
Binary10110110100010111000000110001010010111011010111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B20; }

 p { color: rgb(182,139,32); }

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

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

 a { background-color: rgb(182,139,32); }

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

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

 span { border-color: rgb(182,139,32); }

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