#B68F48

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

Shades of Tussock #B68F48

Tints of Tussock #B68F48

Color information

#B68F48 (or 0xB68F48) is unknown color: approx Tussock. HEX triplet: B6, 8F and 48. RGB value is (182,143,72). Sum of RGB (Red+Green+Blue) = 182+143+72=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F48 is #4970B7. Grayscale: #929292. Windows color (decimal): -4812984 or 4755382. OLE color: 4755382.

HSL color Cylindrical-coordinate representation of color #B68F48: hue angle of 38.73º 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 #B68F48 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18214372-
CMYK00.210.600.29
HSL38.73º43.31%49.8%-
HSV(B)38.73º60.44%71.37%-
XYZ30.2830.0610.34-
YUV146.5785.92153.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=45.84%
G=36.02%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821437200.210.600.2938.7343.3149.8
HexB68F480153C1D272b32
Octal2662171100257435475362
Binary1011011010001111100100001010111110011101100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F48; }

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

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

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

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

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

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

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

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