Html Css Color HEX #BC7F57 Twine

📋 copy color: '#BC7F57'

red 188 ◦ green 127 ◦ blue 87

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

Shades of Twine #BC7F57

Tints of Twine #BC7F57

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 46.77%
G = 31.59%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC7F57 (or 0xBC7F57) is known color: Twine. HEX triplet: BC, 7F and 57. RGB value is (188,127,87). Sum of RGB (Red+Green+Blue) = 188+127+87=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F57 is #4380A8. Grayscale: #8C8C8C. Windows color (decimal): -4423849 or 5734332. OLE color: 5734332.

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

Color convert

RGB 188 127 87 -
CMYK 0 0.32 0.54 0.26
HSL 23.76º 0.43% 0.54% -
HSV(B) 23.76º 0.54% 0.74% -
XYZ 30.05 26.56 12.56 -
YUV 140.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 188 127 87 0 0.32 0.54 0.26 23.76 0.43 0.54
Hex BC 7F 57 0 20 36 1A 18 2B 36
Octal 274 177 127 0 40 66 32 30 53 66
Binary 10111100 1111111 1010111 0 100000 110110 11010 11000 101011 110110

Color Harmonies of #BC7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F57

Black with #BC7F57

Text Example


Text Example

White with #BC7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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