Html Css Color HEX #BC8856 Twine

📋 copy color: '#BC8856'

red 188 ◦ green 136 ◦ blue 86

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

Shades of Twine #BC8856

Tints of Twine #BC8856

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.17%

 BLUE value IS 86 (33.98% from 255) = 20.98%

R = 45.85%
G = 33.17%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC8856 (or 0xBC8856) is known color: Twine. HEX triplet: BC, 88 and 56. RGB value is (188,136,86). Sum of RGB (Red+Green+Blue) = 188+136+86=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8856 is #4377A9. Grayscale: #929292. Windows color (decimal): -4421546 or 5671100. OLE color: 5671100.

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

Color convert

RGB 188 136 86 -
CMYK 0 0.28 0.54 0.26
HSL 29.41º 0.43% 0.54% -
HSV(B) 29.41º 0.54% 0.74% -
XYZ 31.22 28.97 12.75 -
YUV 145.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 188 136 86 0 0.28 0.54 0.26 29.41 0.43 0.54
Hex BC 88 56 0 1C 36 1A 1D 2B 36
Octal 274 210 126 0 34 66 32 35 53 66
Binary 10111100 10001000 1010110 0 11100 110110 11010 11101 101011 110110

Color Harmonies of #BC8856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8856

Black with #BC8856

Text Example


Text Example

White with #BC8856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8856; }

 p { color: rgb(188,136,86); }

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

background-color css

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

 a { background-color: rgb(188,136,86); }

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

border-color css

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

 span { border-color: rgb(188,136,86); }

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