#BD8E4D

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

Shades of Tussock #BD8E4D

Tints of Tussock #BD8E4D

Color information

#BD8E4D (or 0xBD8E4D) is unknown color: approx Tussock. HEX triplet: BD, 8E and 4D. RGB value is (189,142,77). Sum of RGB (Red+Green+Blue) = 189+142+77=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E4D is #4271B2. Grayscale: #949494. Windows color (decimal): -4354483 or 5082813. OLE color: 5082813.

HSL color Cylindrical-coordinate representation of color #BD8E4D: hue angle of 34.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD8E4D is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18914277-
CMYK00.250.590.26
HSL34.82º45.9%52.16%-
HSV(B)34.82º59.26%74.12%-
XYZ3230.711.26-
YUV148.6487.57156.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 142 (55.86% from 255) = 34.80%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=46.32%
G=34.80%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891427700.250.590.2634.8245.952.16
HexBD8E4D0193B1A232e34
Octal2752161150317332435664
Binary1011110110001110100110101100111101111010100011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8E4D; }

 p { color: rgb(189,142,77); }

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

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

 a { background-color: rgb(189,142,77); }

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

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

 span { border-color: rgb(189,142,77); }

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