Html Css Color HEX #BA895C Twine

📋 copy color: '#BA895C'

red 186 ◦ green 137 ◦ blue 92

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

Shades of Twine #BA895C

Tints of Twine #BA895C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.17%

R = 44.82%
G = 33.01%
B = 22.17%

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

#BA895C (or 0xBA895C) is known color: Twine. HEX triplet: BA, 89 and 5C. RGB value is (186,137,92). Sum of RGB (Red+Green+Blue) = 186+137+92=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA895C is #4576A3. Grayscale: #929292. Windows color (decimal): -4552356 or 6064570. OLE color: 6064570.

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

Color convert

RGB 186 137 92 -
CMYK 0 0.26 0.51 0.27
HSL 28.72º 0.41% 0.55% -
HSV(B) 28.72º 0.51% 0.73% -
XYZ 31.13 29.1 14.1 -
YUV 146.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 186 137 92 0 0.26 0.51 0.27 28.72 0.41 0.55
Hex BA 89 5C 0 1A 33 1B 1D 29 37
Octal 272 211 134 0 32 63 33 35 51 67
Binary 10111010 10001001 1011100 0 11010 110011 11011 11101 101001 110111

Color Harmonies of #BA895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA895C

Black with #BA895C

Text Example


Text Example

White with #BA895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA895C; }

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

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

background-color css

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

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

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

border-color css

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

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

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