#BD7E57

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

Shades of Twine #BD7E57

Tints of Twine #BD7E57

Color information

#BD7E57 (or 0xBD7E57) is unknown color: approx Twine. HEX triplet: BD, 7E and 57. RGB value is (189,126,87). Sum of RGB (Red+Green+Blue) = 189+126+87=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E57 is #4281A8. Grayscale: #8C8C8C. Windows color (decimal): -4358569 or 5734077. OLE color: 5734077.

HSL color Cylindrical-coordinate representation of color #BD7E57: hue angle of 22.94º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD7E57 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18912687-
CMYK00.330.540.26
HSL22.94º43.59%54.12%-
HSV(B)22.94º53.97%74.12%-
XYZ30.1726.4312.53-
YUV140.3997.87162.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 87 (34.38% from 255) = 21.64%
R=47.01%
G=31.34%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891268700.330.540.2622.9443.5954.12
HexBD7E57021361A172c36
Octal2751761270416632275466
Binary101111011111110101011101000011101101101010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E57; }

 p { color: rgb(189,126,87); }

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

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

 a { background-color: rgb(189,126,87); }

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

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

 span { border-color: rgb(189,126,87); }

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