Html Css Color HEX #BD7E57 Twine

📋 copy color: '#BD7E57'

red 189 ◦ green 126 ◦ blue 87

#BD7E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #BD7E57

Tints of Twine #BD7E57

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 value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD7E57 (or 0xBD7E57) is known color: 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

RGB 189 126 87 -
CMYK 0 0.33 0.54 0.26
HSL 22.94º 0.44% 0.54% -
HSV(B) 22.94º 0.54% 0.74% -
XYZ 30.17 26.43 12.53 -
YUV 140.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 189 126 87 0 0.33 0.54 0.26 22.94 0.44 0.54
Hex BD 7E 57 0 21 36 1A 17 2C 36
Octal 275 176 127 0 41 66 32 27 54 66
Binary 10111101 1111110 1010111 0 100001 110110 11010 10111 101100 110110

Color Harmonies of #BD7E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E57

Black with #BD7E57

Text Example


Text Example

White with #BD7E57

Text Example


Text Example

HTML Codes & Css Web 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>