Html Css Color HEX #BA865E Twine

📋 copy color: '#BA865E'

red 186 ◦ green 134 ◦ blue 94

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

Shades of Twine #BA865E

Tints of Twine #BA865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.37%

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 44.93%
G = 32.37%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA865E (or 0xBA865E) is known color: Twine. HEX triplet: BA, 86 and 5E. RGB value is (186,134,94). Sum of RGB (Red+Green+Blue) = 186+134+94=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA865E is #4579A1. Grayscale: #919191. Windows color (decimal): -4553122 or 6194874. OLE color: 6194874.

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

Color convert

RGB 186 134 94 -
CMYK 0 0.28 0.49 0.27
HSL 26.09º 0.4% 0.55% -
HSV(B) 26.09º 0.49% 0.73% -
XYZ 30.8 28.3 14.43 -
YUV 144.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 186 134 94 0 0.28 0.49 0.27 26.09 0.4 0.55
Hex BA 86 5E 0 1C 31 1B 1A 28 37
Octal 272 206 136 0 34 61 33 32 50 67
Binary 10111010 10000110 1011110 0 11100 110001 11011 11010 101000 110111

Color Harmonies of #BA865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA865E

Black with #BA865E

Text Example


Text Example

White with #BA865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA865E; }

 p { color: rgb(186,134,94); }

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

background-color css

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

 a { background-color: rgb(186,134,94); }

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

border-color css

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

 span { border-color: rgb(186,134,94); }

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