#BD8F4A

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

Shades of Tussock #BD8F4A

Tints of Tussock #BD8F4A

Color information

#BD8F4A (or 0xBD8F4A) is unknown color: approx Tussock. HEX triplet: BD, 8F and 4A. RGB value is (189,143,74). Sum of RGB (Red+Green+Blue) = 189+143+74=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F4A is #4270B5. Grayscale: #959595. Windows color (decimal): -4354230 or 4886461. OLE color: 4886461.

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

Color convert

RGB18914374-
CMYK00.240.610.26
HSL36º46.56%51.57%-
HSV(B)36º60.85%74.12%-
XYZ32.0430.9610.77-
YUV148.8985.74156.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 74 (29.30% from 255) = 18.23%
R=46.55%
G=35.22%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891437400.240.610.263646.5651.57
HexBD8F4A0183D1A242f34
Octal2752171120307532445764
Binary1011110110001111100101001100011110111010100100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F4A; }

 p { color: rgb(189,143,74); }

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

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

 a { background-color: rgb(189,143,74); }

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

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

 span { border-color: rgb(189,143,74); }

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