#BD964C

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

Shades of Tussock #BD964C

Tints of Tussock #BD964C

Color information

#BD964C (or 0xBD964C) is unknown color: approx Tussock. HEX triplet: BD, 96 and 4C. RGB value is (189,150,76). Sum of RGB (Red+Green+Blue) = 189+150+76=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD964C is #4269B3. Grayscale: #999999. Windows color (decimal): -4352436 or 5019325. OLE color: 5019325.

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

Color convert

RGB18915076-
CMYK00.210.600.26
HSL39.29º46.12%51.96%-
HSV(B)39.29º59.79%74.12%-
XYZ33.233.1511.49-
YUV153.2284.42153.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 76 (30.08% from 255) = 18.31%
R=45.54%
G=36.14%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891507600.210.600.2639.2946.1251.96
HexBD964C0153C1A272e34
Octal2752261140257432475664
Binary1011110110010110100110001010111110011010100111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD964C; }

 p { color: rgb(189,150,76); }

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

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

 a { background-color: rgb(189,150,76); }

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

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

 span { border-color: rgb(189,150,76); }

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