#bd9752

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

Shades of Tussock #BD9752

Tints of Tussock #BD9752

Color information

#BD9752 (or 0xBD9752) is unknown color: approx Tussock. HEX triplet: BD, 97 and 52. RGB value is (189,151,82). Sum of RGB (Red+Green+Blue) = 189+151+82=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9752 is #4268AD. Grayscale: #9A9A9A. Windows color (decimal): -4352174 or 5412797. OLE color: 5412797.

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

Color convert

RGB18915182-
CMYK00.200.570.26
HSL38.69º44.77%53.14%-
HSV(B)38.69º56.61%74.12%-
XYZ33.5833.5612.69-
YUV154.587.09152.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=44.79%
G=35.78%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891518200.200.570.2638.6944.7753.14
HexBD9752014391A272d35
Octal2752271220247132475565
Binary1011110110010111101001001010011100111010100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd9752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd9752; }

 p { color: rgb(189,151,82); }

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

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

 a { background-color: rgb(189,151,82); }

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

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

 span { border-color: rgb(189,151,82); }

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