Html Css Color HEX #BC7E57 Twine

📋 copy color: '#BC7E57'

red 188 ◦ green 126 ◦ blue 87

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

Shades of Twine #BC7E57

Tints of Twine #BC7E57

RGB

 RED value IS 188 (73.83% from 255) = 46.88%

 GREEN value IS 126 (49.61% from 255) = 31.42%

 BLUE value IS 87 (34.38% from 255) = 21.7%

R = 46.88%
G = 31.42%
B = 21.7%

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

#BC7E57 (or 0xBC7E57) is known color: Twine. HEX triplet: BC, 7E and 57. RGB value is (188,126,87). Sum of RGB (Red+Green+Blue) = 188+126+87=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E57 is #4381A8. Grayscale: #8C8C8C. Windows color (decimal): -4424105 or 5734076. OLE color: 5734076.

HSL color Cylindrical-coordinate representation of color #BC7E57: hue angle of 23.17º degrees, saturation: 0.43, 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 #BC7E57 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 87 -
CMYK 0 0.33 0.54 0.26
HSL 23.17º 0.43% 0.54% -
HSV(B) 23.17º 0.54% 0.74% -
XYZ 29.92 26.3 12.52 -
YUV 140.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 188 126 87 0 0.33 0.54 0.26 23.17 0.43 0.54
Hex BC 7E 57 0 21 36 1A 17 2B 36
Octal 274 176 127 0 41 66 32 27 53 66
Binary 10111100 1111110 1010111 0 100001 110110 11010 10111 101011 110110

Color Harmonies of #BC7E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E57

Black with #BC7E57

Text Example


Text Example

White with #BC7E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E57; }

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

 H1.HeaderClassName
 {
   color: #BC7E57;
 }
 .AnyTagClassName
 {
   color: #BC7E57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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