#BD8A4B

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

Shades of Tussock #BD8A4B

Tints of Tussock #BD8A4B

Color information

#BD8A4B (or 0xBD8A4B) is unknown color: approx Tussock. HEX triplet: BD, 8A and 4B. RGB value is (189,138,75). Sum of RGB (Red+Green+Blue) = 189+138+75=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A4B is #4275B4. Grayscale: #929292. Windows color (decimal): -4355509 or 4950717. OLE color: 4950717.

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

Color convert

RGB18913875-
CMYK00.270.600.26
HSL33.16º46.34%51.76%-
HSV(B)33.16º60.32%74.12%-
XYZ31.3429.510.7-
YUV146.0787.9158.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=47.01%
G=34.33%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891387500.270.600.2633.1646.3451.76
HexBD8A4B01B3C1A212e34
Octal2752121130337432415664
Binary1011110110001010100101101101111110011010100001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A4B; }

 p { color: rgb(189,138,75); }

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

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

 a { background-color: rgb(189,138,75); }

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

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

 span { border-color: rgb(189,138,75); }

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