#B68E47

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

Shades of Tussock #B68E47

Tints of Tussock #B68E47

Color information

#B68E47 (or 0xB68E47) is unknown color: approx Tussock. HEX triplet: B6, 8E and 47. RGB value is (182,142,71). Sum of RGB (Red+Green+Blue) = 182+142+71=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E47 is #4971B8. Grayscale: #929292. Windows color (decimal): -4813241 or 4689590. OLE color: 4689590.

HSL color Cylindrical-coordinate representation of color #B68E47: hue angle of 38.38º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B68E47 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18214271-
CMYK00.220.610.29
HSL38.38º43.87%49.61%-
HSV(B)38.38º60.99%71.37%-
XYZ30.129.7510.12-
YUV145.8785.75153.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 71 (28.12% from 255) = 17.97%
R=46.08%
G=35.95%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821427100.220.610.2938.3843.8749.61
HexB68E470163D1D262c32
Octal2662161070267535465462
Binary1011011010001110100011101011011110111101100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E47; }

 p { color: rgb(182,142,71); }

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

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

 a { background-color: rgb(182,142,71); }

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

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

 span { border-color: rgb(182,142,71); }

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