Html Css Color HEX #BA8861 Twine

📋 copy color: '#BA8861'

red 186 ◦ green 136 ◦ blue 97

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

Shades of Twine #BA8861

Tints of Twine #BA8861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.15%

R = 44.39%
G = 32.46%
B = 23.15%

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

#BA8861 (or 0xBA8861) is known color: Twine. HEX triplet: BA, 88 and 61. RGB value is (186,136,97). Sum of RGB (Red+Green+Blue) = 186+136+97=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8861 is #45779E. Grayscale: #929292. Windows color (decimal): -4552607 or 6391994. OLE color: 6391994.

HSL color Cylindrical-coordinate representation of color #BA8861: hue angle of 26.29º 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 #BA8861 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 97 -
CMYK 0 0.27 0.48 0.27
HSL 26.29º 0.39% 0.55% -
HSV(B) 26.29º 0.48% 0.73% -
XYZ 31.21 28.91 15.24 -
YUV 146.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 186 136 97 0 0.27 0.48 0.27 26.29 0.39 0.55
Hex BA 88 61 0 1B 30 1B 1A 27 37
Octal 272 210 141 0 33 60 33 32 47 67
Binary 10111010 10001000 1100001 0 11011 110000 11011 11010 100111 110111

Color Harmonies of #BA8861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8861

Black with #BA8861

Text Example


Text Example

White with #BA8861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8861; }

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

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

background-color css

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

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

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

border-color css

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

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

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