Html Css Color HEX #BA895B Twine

📋 copy color: '#BA895B'

red 186 ◦ green 137 ◦ blue 91

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

Shades of Twine #BA895B

Tints of Twine #BA895B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 44.93%
G = 33.09%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA895B (or 0xBA895B) is known color: Twine. HEX triplet: BA, 89 and 5B. RGB value is (186,137,91). Sum of RGB (Red+Green+Blue) = 186+137+91=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA895B is #4576A4. Grayscale: #929292. Windows color (decimal): -4552357 or 5999034. OLE color: 5999034.

HSL color Cylindrical-coordinate representation of color #BA895B: hue angle of 29.05º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA895B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 137 91 -
CMYK 0 0.26 0.51 0.27
HSL 29.05º 0.41% 0.54% -
HSV(B) 29.05º 0.51% 0.73% -
XYZ 31.08 29.09 13.87 -
YUV 146.41 96.73 156.24 -
System Red Green Blue C M Y K H S L
Decimal 186 137 91 0 0.26 0.51 0.27 29.05 0.41 0.54
Hex BA 89 5B 0 1A 33 1B 1D 29 36
Octal 272 211 133 0 32 63 33 35 51 66
Binary 10111010 10001001 1011011 0 11010 110011 11011 11101 101001 110110

Color Harmonies of #BA895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA895B

Black with #BA895B

Text Example


Text Example

White with #BA895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA895B; }

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

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

background-color css

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

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

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

border-color css

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

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

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