#BD8959

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

Shades of Twine #BD8959

Tints of Twine #BD8959

Color information

#BD8959 (or 0xBD8959) is unknown color: approx Twine. HEX triplet: BD, 89 and 59. RGB value is (189,137,89). Sum of RGB (Red+Green+Blue) = 189+137+89=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8959 is #4276A6. Grayscale: #939393. Windows color (decimal): -4355751 or 5867965. OLE color: 5867965.

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

Color convert

RGB18913789-
CMYK00.280.530.26
HSL28.8º43.1%54.51%-
HSV(B)28.8º52.91%74.12%-
XYZ31.7429.4313.46-
YUV147.0895.23157.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=45.54%
G=33.01%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891378900.280.530.2628.843.154.51
HexBD895901C351A1d2b37
Octal2752111310346532355367
Binary101111011000100110110010111001101011101011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8959; }

 p { color: rgb(189,137,89); }

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

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

 a { background-color: rgb(189,137,89); }

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

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

 span { border-color: rgb(189,137,89); }

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