#BD954F

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

Shades of Tussock #BD954F

Tints of Tussock #BD954F

Color information

#BD954F (or 0xBD954F) is unknown color: approx Tussock. HEX triplet: BD, 95 and 4F. RGB value is (189,149,79). Sum of RGB (Red+Green+Blue) = 189+149+79=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD954F is #426AB0. Grayscale: #999999. Windows color (decimal): -4352689 or 5215677. OLE color: 5215677.

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

Color convert

RGB18914979-
CMYK00.210.580.26
HSL38.18º45.45%52.55%-
HSV(B)38.18º58.2%74.12%-
XYZ33.1432.8812-
YUV152.9886.25153.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 79 (31.25% from 255) = 18.94%
R=45.32%
G=35.73%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891497900.210.580.2638.1845.4552.55
HexBD954F0153A1A262d35
Octal2752251170257232465565
Binary1011110110010101100111101010111101011010100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD954F; }

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

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

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

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

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

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

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

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