Html Css Color HEX #BA865F Twine

📋 copy color: '#BA865F'

red 186 ◦ green 134 ◦ blue 95

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

Shades of Twine #BA865F

Tints of Twine #BA865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 44.82%
G = 32.29%
B = 22.89%

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

#BA865F (or 0xBA865F) is known color: Twine. HEX triplet: BA, 86 and 5F. RGB value is (186,134,95). Sum of RGB (Red+Green+Blue) = 186+134+95=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA865F is #4579A0. Grayscale: #919191. Windows color (decimal): -4553121 or 6260410. OLE color: 6260410.

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

Color convert

RGB 186 134 95 -
CMYK 0 0.28 0.49 0.27
HSL 25.71º 0.4% 0.55% -
HSV(B) 25.71º 0.49% 0.73% -
XYZ 30.84 28.32 14.67 -
YUV 145.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 186 134 95 0 0.28 0.49 0.27 25.71 0.4 0.55
Hex BA 86 5F 0 1C 31 1B 1A 28 37
Octal 272 206 137 0 34 61 33 32 50 67
Binary 10111010 10000110 1011111 0 11100 110001 11011 11010 101000 110111

Color Harmonies of #BA865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA865F

Black with #BA865F

Text Example


Text Example

White with #BA865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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