#B68B24

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

Shades of Nugget #B68B24

Tints of Nugget #B68B24

Color information

#B68B24 (or 0xB68B24) is unknown color: approx Nugget. HEX triplet: B6, 8B and 24. RGB value is (182,139,36). Sum of RGB (Red+Green+Blue) = 182+139+36=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B24 is #4974DB. Grayscale: #8C8C8C. Windows color (decimal): -4814044 or 2395062. OLE color: 2395062.

HSL color Cylindrical-coordinate representation of color #B68B24: hue angle of 42.33º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B68B24 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18213936-
CMYK00.240.800.29
HSL42.33º66.97%42.75%-
HSV(B)42.33º80.22%71.37%-
XYZ28.8428.545.66-
YUV140.1269.25157.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 139 (54.69% from 255) = 38.94%
BLUE value IS 36 (14.45% from 255) = 10.08%
R=50.98%
G=38.94%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821393600.240.800.2942.3366.9742.75
HexB68B24018501D2a432b
Octal26621344030120355210353
Binary10110110100010111001000110001010000111011010101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B24; }

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

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

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

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

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

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

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

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