#BD9060

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

Shades of Twine #BD9060

Tints of Twine #BD9060

Color information

#BD9060 (or 0xBD9060) is unknown color: approx Twine. HEX triplet: BD, 90 and 60. RGB value is (189,144,96). Sum of RGB (Red+Green+Blue) = 189+144+96=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9060 is #426F9F. Grayscale: #989898. Windows color (decimal): -4353952 or 6328509. OLE color: 6328509.

HSL color Cylindrical-coordinate representation of color #BD9060: hue angle of 30.97º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD9060 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18914496-
CMYK00.240.490.26
HSL30.97º41.33%55.88%-
HSV(B)30.97º49.21%74.12%-
XYZ33.0731.6115.42-
YUV151.9896.41154.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=44.06%
G=33.57%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891449600.240.490.2630.9741.3355.88
HexBD9060018311A1f2938
Octal2752201400306132375170
Binary101111011001000011000000110001100011101011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9060; }

 p { color: rgb(189,144,96); }

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

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

 a { background-color: rgb(189,144,96); }

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

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

 span { border-color: rgb(189,144,96); }

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