#BD8F4B

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

Shades of Tussock #BD8F4B

Tints of Tussock #BD8F4B

Color information

#BD8F4B (or 0xBD8F4B) is unknown color: approx Tussock. HEX triplet: BD, 8F and 4B. RGB value is (189,143,75). Sum of RGB (Red+Green+Blue) = 189+143+75=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F4B is #4270B4. Grayscale: #959595. Windows color (decimal): -4354229 or 4951997. OLE color: 4951997.

HSL color Cylindrical-coordinate representation of color #BD8F4B: hue angle of 35.79º 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 #BD8F4B is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18914375-
CMYK00.240.600.26
HSL35.79º46.34%51.76%-
HSV(B)35.79º60.32%74.12%-
XYZ32.0830.9710.94-
YUV14986.24156.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=46.44%
G=35.14%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891437500.240.600.2635.7946.3451.76
HexBD8F4B0183C1A242e34
Octal2752171130307432445664
Binary1011110110001111100101101100011110011010100100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F4B; }

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

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

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

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

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

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

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

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