#B68B48

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

Shades of Tussock #B68B48

Tints of Tussock #B68B48

Color information

#B68B48 (or 0xB68B48) is unknown color: approx Tussock. HEX triplet: B6, 8B and 48. RGB value is (182,139,72). Sum of RGB (Red+Green+Blue) = 182+139+72=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B48 is #4974B7. Grayscale: #909090. Windows color (decimal): -4814008 or 4754358. OLE color: 4754358.

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

Color convert

RGB18213972-
CMYK00.240.600.29
HSL36.55º43.31%49.8%-
HSV(B)36.55º60.44%71.37%-
XYZ29.6928.8810.14-
YUV144.2287.25154.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=46.31%
G=35.37%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821397200.240.600.2936.5543.3149.8
HexB68B480183C1D252b32
Octal2662131100307435455362
Binary1011011010001011100100001100011110011101100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B48; }

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

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

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

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

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

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

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

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