Html Css Color HEX #BC8059 Twine

📋 copy color: '#BC8059'

red 188 ◦ green 128 ◦ blue 89

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

Shades of Twine #BC8059

Tints of Twine #BC8059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.6%

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

R = 46.42%
G = 31.6%
B = 21.98%

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

#BC8059 (or 0xBC8059) is known color: Twine. HEX triplet: BC, 80 and 59. RGB value is (188,128,89). Sum of RGB (Red+Green+Blue) = 188+128+89=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8059 is #437FA6. Grayscale: #8D8D8D. Windows color (decimal): -4423591 or 5865660. OLE color: 5865660.

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

Color convert

RGB 188 128 89 -
CMYK 0 0.32 0.53 0.26
HSL 23.64º 0.42% 0.54% -
HSV(B) 23.64º 0.53% 0.74% -
XYZ 30.26 26.85 13.04 -
YUV 141.49 98.38 161.17 -
System Red Green Blue C M Y K H S L
Decimal 188 128 89 0 0.32 0.53 0.26 23.64 0.42 0.54
Hex BC 80 59 0 20 35 1A 18 2A 36
Octal 274 200 131 0 40 65 32 30 52 66
Binary 10111100 10000000 1011001 0 100000 110101 11010 11000 101010 110110

Color Harmonies of #BC8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8059

Black with #BC8059

Text Example


Text Example

White with #BC8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8059; }

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

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

background-color css

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

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

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

border-color css

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

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

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