Html Css Color HEX #BA8860 Twine

📋 copy color: '#BA8860'

red 186 ◦ green 136 ◦ blue 96

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

Shades of Twine #BA8860

Tints of Twine #BA8860

RGB

 RED value IS 186 (73.05% from 255) = 44.5%

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

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

R = 44.5%
G = 32.54%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA8860 (or 0xBA8860) is known color: Twine. HEX triplet: BA, 88 and 60. RGB value is (186,136,96). Sum of RGB (Red+Green+Blue) = 186+136+96=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8860 is #45779F. Grayscale: #929292. Windows color (decimal): -4552608 or 6326458. OLE color: 6326458.

HSL color Cylindrical-coordinate representation of color #BA8860: hue angle of 26.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA8860 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 96 -
CMYK 0 0.27 0.48 0.27
HSL 26.67º 0.39% 0.55% -
HSV(B) 26.67º 0.48% 0.73% -
XYZ 31.17 28.89 15 -
YUV 146.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 186 136 96 0 0.27 0.48 0.27 26.67 0.39 0.55
Hex BA 88 60 0 1B 30 1B 1B 27 37
Octal 272 210 140 0 33 60 33 33 47 67
Binary 10111010 10001000 1100000 0 11011 110000 11011 11011 100111 110111

Color Harmonies of #BA8860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8860

Black with #BA8860

Text Example


Text Example

White with #BA8860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8860; }

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

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

background-color css

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

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

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

border-color css

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

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

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