Html Css Color HEX #BA8864 Twine

📋 copy color: '#BA8864'

red 186 ◦ green 136 ◦ blue 100

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

Shades of Twine #BA8864

Tints of Twine #BA8864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.7%

R = 44.08%
G = 32.23%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA8864 (or 0xBA8864) is known color: Twine. HEX triplet: BA, 88 and 64. RGB value is (186,136,100). Sum of RGB (Red+Green+Blue) = 186+136+100=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8864 is #45779B. Grayscale: #939393. Windows color (decimal): -4552604 or 6588602. OLE color: 6588602.

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

Color convert

RGB 186 136 100 -
CMYK 0 0.27 0.46 0.27
HSL 25.12º 0.38% 0.56% -
HSV(B) 25.12º 0.46% 0.73% -
XYZ 31.35 28.97 16 -
YUV 146.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 186 136 100 0 0.27 0.46 0.27 25.12 0.38 0.56
Hex BA 88 64 0 1B 2E 1B 19 26 38
Octal 272 210 144 0 33 56 33 31 46 70
Binary 10111010 10001000 1100100 0 11011 101110 11011 11001 100110 111000

Color Harmonies of #BA8864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8864

Black with #BA8864

Text Example


Text Example

White with #BA8864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8864; }

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

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

background-color css

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

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

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

border-color css

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

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

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