Html Css Color HEX #BC8860 Twine

📋 copy color: '#BC8860'

red 188 ◦ green 136 ◦ blue 96

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

Shades of Twine #BC8860

Tints of Twine #BC8860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.86%

R = 44.76%
G = 32.38%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC8860 (or 0xBC8860) is known color: Twine. HEX triplet: BC, 88 and 60. RGB value is (188,136,96). Sum of RGB (Red+Green+Blue) = 188+136+96=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8860 is #43779F. Grayscale: #939393. Windows color (decimal): -4421536 or 6326460. OLE color: 6326460.

HSL color Cylindrical-coordinate representation of color #BC8860: hue angle of 26.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC8860 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 136 96 -
CMYK 0 0.28 0.49 0.26
HSL 26.09º 0.41% 0.56% -
HSV(B) 26.09º 0.49% 0.74% -
XYZ 31.65 29.14 15.02 -
YUV 146.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 188 136 96 0 0.28 0.49 0.26 26.09 0.41 0.56
Hex BC 88 60 0 1C 31 1A 1A 29 38
Octal 274 210 140 0 34 61 32 32 51 70
Binary 10111100 10001000 1100000 0 11100 110001 11010 11010 101001 111000

Color Harmonies of #BC8860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8860

Black with #BC8860

Text Example


Text Example

White with #BC8860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8860; }

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

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

background-color css

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

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

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

border-color css

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

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

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