#B68B4A

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

Shades of Tussock #B68B4A

Tints of Tussock #B68B4A

Color information

#B68B4A (or 0xB68B4A) is unknown color: approx Tussock. HEX triplet: B6, 8B and 4A. RGB value is (182,139,74). Sum of RGB (Red+Green+Blue) = 182+139+74=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B4A is #4974B5. Grayscale: #909090. Windows color (decimal): -4814006 or 4885430. OLE color: 4885430.

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

Color convert

RGB18213974-
CMYK00.240.590.29
HSL36.11º42.52%50.2%-
HSV(B)36.11º59.34%71.37%-
XYZ29.7628.910.49-
YUV144.4588.25154.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=46.08%
G=35.19%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821397400.240.590.2936.1142.5250.2
HexB68B4A0183B1D242b32
Octal2662131120307335445362
Binary1011011010001011100101001100011101111101100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B4A; }

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

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

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

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

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

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

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

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