#B68D4A

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

Shades of Tussock #B68D4A

Tints of Tussock #B68D4A

Color information

#B68D4A (or 0xB68D4A) is unknown color: approx Tussock. HEX triplet: B6, 8D and 4A. RGB value is (182,141,74). Sum of RGB (Red+Green+Blue) = 182+141+74=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D4A is #4972B5. Grayscale: #919191. Windows color (decimal): -4813494 or 4885942. OLE color: 4885942.

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

Color convert

RGB18214174-
CMYK00.230.590.29
HSL37.22º42.52%50.2%-
HSV(B)37.22º59.34%71.37%-
XYZ30.0529.4910.59-
YUV145.6287.58153.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=45.84%
G=35.52%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821417400.230.590.2937.2242.5250.2
HexB68D4A0173B1D252b32
Octal2662151120277335455362
Binary1011011010001101100101001011111101111101100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D4A; }

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

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

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

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

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

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

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

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