Html Css Color HEX #BA895A Twine

📋 copy color: '#BA895A'

red 186 ◦ green 137 ◦ blue 90

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

Shades of Twine #BA895A

Tints of Twine #BA895A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 45.04%
G = 33.17%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA895A (or 0xBA895A) is known color: Twine. HEX triplet: BA, 89 and 5A. RGB value is (186,137,90). Sum of RGB (Red+Green+Blue) = 186+137+90=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA895A is #4576A5. Grayscale: #929292. Windows color (decimal): -4552358 or 5933498. OLE color: 5933498.

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

Color convert

RGB 186 137 90 -
CMYK 0 0.26 0.52 0.27
HSL 29.38º 0.41% 0.54% -
HSV(B) 29.38º 0.52% 0.73% -
XYZ 31.04 29.07 13.65 -
YUV 146.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 186 137 90 0 0.26 0.52 0.27 29.38 0.41 0.54
Hex BA 89 5A 0 1A 34 1B 1D 29 36
Octal 272 211 132 0 32 64 33 35 51 66
Binary 10111010 10001001 1011010 0 11010 110100 11011 11101 101001 110110

Color Harmonies of #BA895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA895A

Black with #BA895A

Text Example


Text Example

White with #BA895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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