Html Css Color HEX #BA895E Twine

📋 copy color: '#BA895E'

red 186 ◦ green 137 ◦ blue 94

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

Shades of Twine #BA895E

Tints of Twine #BA895E

RGB

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

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

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

R = 44.6%
G = 32.85%
B = 22.54%

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

#BA895E (or 0xBA895E) is known color: Twine. HEX triplet: BA, 89 and 5E. RGB value is (186,137,94). Sum of RGB (Red+Green+Blue) = 186+137+94=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA895E is #4576A1. Grayscale: #929292. Windows color (decimal): -4552354 or 6195642. OLE color: 6195642.

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

Color convert

RGB 186 137 94 -
CMYK 0 0.26 0.49 0.27
HSL 28.04º 0.4% 0.55% -
HSV(B) 28.04º 0.49% 0.73% -
XYZ 31.22 29.14 14.57 -
YUV 146.75 98.23 156 -
System Red Green Blue C M Y K H S L
Decimal 186 137 94 0 0.26 0.49 0.27 28.04 0.4 0.55
Hex BA 89 5E 0 1A 31 1B 1C 28 37
Octal 272 211 136 0 32 61 33 34 50 67
Binary 10111010 10001001 1011110 0 11010 110001 11011 11100 101000 110111

Color Harmonies of #BA895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA895E

Black with #BA895E

Text Example


Text Example

White with #BA895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA895E; }

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

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

background-color css

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

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

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

border-color css

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

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

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