#B68A4E

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

Shades of Tussock #B68A4E

Tints of Tussock #B68A4E

Color information

#B68A4E (or 0xB68A4E) is unknown color: approx Tussock. HEX triplet: B6, 8A and 4E. RGB value is (182,138,78). Sum of RGB (Red+Green+Blue) = 182+138+78=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A4E is #4975B1. Grayscale: #909090. Windows color (decimal): -4814258 or 5147318. OLE color: 5147318.

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

Color convert

RGB18213878-
CMYK00.240.570.29
HSL34.62º41.6%50.98%-
HSV(B)34.62º57.14%71.37%-
XYZ29.7628.6711.17-
YUV144.3290.58154.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=45.73%
G=34.67%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821387800.240.570.2934.6241.650.98
HexB68A4E018391D232a33
Octal2662121160307135435263
Binary1011011010001010100111001100011100111101100011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A4E; }

 p { color: rgb(182,138,78); }

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

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

 a { background-color: rgb(182,138,78); }

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

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

 span { border-color: rgb(182,138,78); }

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