#BD9159

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

Shades of Twine #BD9159

Tints of Twine #BD9159

Color information

#BD9159 (or 0xBD9159) is unknown color: approx Twine. HEX triplet: BD, 91 and 59. RGB value is (189,145,89). Sum of RGB (Red+Green+Blue) = 189+145+89=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9159 is #426EA6. Grayscale: #989898. Windows color (decimal): -4353703 or 5870013. OLE color: 5870013.

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

Color convert

RGB18914589-
CMYK00.230.530.26
HSL33.6º43.1%54.51%-
HSV(B)33.6º52.91%74.12%-
XYZ32.9131.7913.85-
YUV151.7792.58154.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=44.68%
G=34.28%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891458900.230.530.2633.643.154.51
HexBD9159017351A222b37
Octal2752211310276532425367
Binary1011110110010001101100101011111010111010100010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9159; }

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

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

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

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

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

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

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

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