#BD934F

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

Shades of Tussock #BD934F

Tints of Tussock #BD934F

Color information

#BD934F (or 0xBD934F) is unknown color: approx Tussock. HEX triplet: BD, 93 and 4F. RGB value is (189,147,79). Sum of RGB (Red+Green+Blue) = 189+147+79=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD934F is #426CB0. Grayscale: #989898. Windows color (decimal): -4353201 or 5215165. OLE color: 5215165.

HSL color Cylindrical-coordinate representation of color #BD934F: hue angle of 37.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD934F is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18914779-
CMYK00.220.580.26
HSL37.09º45.45%52.55%-
HSV(B)37.09º58.2%74.12%-
XYZ32.8332.2511.89-
YUV151.8186.91154.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=45.54%
G=35.42%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891477900.220.580.2637.0945.4552.55
HexBD934F0163A1A252d35
Octal2752231170267232455565
Binary1011110110010011100111101011011101011010100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD934F; }

 p { color: rgb(189,147,79); }

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

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

 a { background-color: rgb(189,147,79); }

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

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

 span { border-color: rgb(189,147,79); }

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