Html Css Color HEX #BC7F59 Twine

📋 copy color: '#BC7F59'

red 188 ◦ green 127 ◦ blue 89

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

Shades of Twine #BC7F59

Tints of Twine #BC7F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.03%

R = 46.53%
G = 31.44%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC7F59 (or 0xBC7F59) is known color: Twine. HEX triplet: BC, 7F and 59. RGB value is (188,127,89). Sum of RGB (Red+Green+Blue) = 188+127+89=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F59 is #4380A6. Grayscale: #8D8D8D. Windows color (decimal): -4423847 or 5865404. OLE color: 5865404.

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

Color convert

RGB 188 127 89 -
CMYK 0 0.32 0.53 0.26
HSL 23.03º 0.42% 0.54% -
HSV(B) 23.03º 0.53% 0.74% -
XYZ 30.13 26.59 13 -
YUV 140.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 188 127 89 0 0.32 0.53 0.26 23.03 0.42 0.54
Hex BC 7F 59 0 20 35 1A 17 2A 36
Octal 274 177 131 0 40 65 32 27 52 66
Binary 10111100 1111111 1011001 0 100000 110101 11010 10111 101010 110110

Color Harmonies of #BC7F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F59

Black with #BC7F59

Text Example


Text Example

White with #BC7F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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