#BD8647

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

Shades of Tussock #BD8647

Tints of Tussock #BD8647

Color information

#BD8647 (or 0xBD8647) is unknown color: approx Tussock. HEX triplet: BD, 86 and 47. RGB value is (189,134,71). Sum of RGB (Red+Green+Blue) = 189+134+71=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8647 is #4279B8. Grayscale: #8F8F8F. Windows color (decimal): -4356537 or 4687549. OLE color: 4687549.

HSL color Cylindrical-coordinate representation of color #BD8647: hue angle of 32.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD8647 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18913471-
CMYK00.290.620.26
HSL32.03º47.2%50.98%-
HSV(B)32.03º62.43%74.12%-
XYZ30.6528.329.81-
YUV143.2687.22160.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 71 (28.12% from 255) = 18.02%
R=47.97%
G=34.01%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891347100.290.620.2632.0347.250.98
HexBD864701D3E1A202f33
Octal2752061070357632405763
Binary1011110110000110100011101110111111011010100000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8647; }

 p { color: rgb(189,134,71); }

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

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

 a { background-color: rgb(189,134,71); }

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

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

 span { border-color: rgb(189,134,71); }

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