Html Css Color HEX #BC8057 Twine

📋 copy color: '#BC8057'

red 188 ◦ green 128 ◦ blue 87

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

Shades of Twine #BC8057

Tints of Twine #BC8057

RGB

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

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

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

R = 46.65%
G = 31.76%
B = 21.59%

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

#BC8057 (or 0xBC8057) is known color: Twine. HEX triplet: BC, 80 and 57. RGB value is (188,128,87). Sum of RGB (Red+Green+Blue) = 188+128+87=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8057 is #437FA8. Grayscale: #8D8D8D. Windows color (decimal): -4423593 or 5734588. OLE color: 5734588.

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

Color convert

RGB 188 128 87 -
CMYK 0 0.32 0.54 0.26
HSL 24.36º 0.43% 0.54% -
HSV(B) 24.36º 0.54% 0.74% -
XYZ 30.18 26.82 12.6 -
YUV 141.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 188 128 87 0 0.32 0.54 0.26 24.36 0.43 0.54
Hex BC 80 57 0 20 36 1A 18 2B 36
Octal 274 200 127 0 40 66 32 30 53 66
Binary 10111100 10000000 1010111 0 100000 110110 11010 11000 101011 110110

Color Harmonies of #BC8057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8057

Black with #BC8057

Text Example


Text Example

White with #BC8057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8057; }

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

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

background-color css

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

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

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

border-color css

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

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

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