#BD9061

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

Shades of Twine #BD9061

Tints of Twine #BD9061

Color information

#BD9061 (or 0xBD9061) is unknown color: approx Twine. HEX triplet: BD, 90 and 61. RGB value is (189,144,97). Sum of RGB (Red+Green+Blue) = 189+144+97=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9061 is #426F9E. Grayscale: #989898. Windows color (decimal): -4353951 or 6394045. OLE color: 6394045.

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

Color convert

RGB18914497-
CMYK00.240.490.26
HSL30.65º41.07%56.08%-
HSV(B)30.65º48.68%74.12%-
XYZ33.1231.6315.67-
YUV152.196.91154.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=43.95%
G=33.49%
B=22.56%

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
Decimal1891449700.240.490.2630.6541.0756.08
HexBD9061018311A1f2938
Octal2752201410306132375170
Binary101111011001000011000010110001100011101011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9061; }

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

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

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

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

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

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

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

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