#BD944F

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

Shades of Tussock #BD944F

Tints of Tussock #BD944F

Color information

#BD944F (or 0xBD944F) is unknown color: approx Tussock. HEX triplet: BD, 94 and 4F. RGB value is (189,148,79). Sum of RGB (Red+Green+Blue) = 189+148+79=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD944F is #426BB0. Grayscale: #989898. Windows color (decimal): -4352945 or 5215421. OLE color: 5215421.

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

Color convert

RGB18914879-
CMYK00.220.580.26
HSL37.64º45.45%52.55%-
HSV(B)37.64º58.2%74.12%-
XYZ32.9932.5611.94-
YUV152.3986.58154.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 79 (31.25% from 255) = 18.99%
R=45.43%
G=35.58%
B=18.99%

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
Decimal1891487900.220.580.2637.6445.4552.55
HexBD944F0163A1A262d35
Octal2752241170267232465565
Binary1011110110010100100111101011011101011010100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD944F; }

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

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

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

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

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

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

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

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