Html Css Color HEX #BA895F Twine

📋 copy color: '#BA895F'

red 186 ◦ green 137 ◦ blue 95

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

Shades of Twine #BA895F

Tints of Twine #BA895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.78%

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

R = 44.5%
G = 32.78%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA895F (or 0xBA895F) is known color: Twine. HEX triplet: BA, 89 and 5F. RGB value is (186,137,95). Sum of RGB (Red+Green+Blue) = 186+137+95=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA895F is #4576A0. Grayscale: #939393. Windows color (decimal): -4552353 or 6261178. OLE color: 6261178.

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

Color convert

RGB 186 137 95 -
CMYK 0 0.26 0.49 0.27
HSL 27.69º 0.4% 0.55% -
HSV(B) 27.69º 0.49% 0.73% -
XYZ 31.26 29.16 14.81 -
YUV 146.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 186 137 95 0 0.26 0.49 0.27 27.69 0.4 0.55
Hex BA 89 5F 0 1A 31 1B 1C 28 37
Octal 272 211 137 0 32 61 33 34 50 67
Binary 10111010 10001001 1011111 0 11010 110001 11011 11100 101000 110111

Color Harmonies of #BA895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA895F

Black with #BA895F

Text Example


Text Example

White with #BA895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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