Html Css Color HEX #BA8859 Twine

📋 copy color: '#BA8859'

red 186 ◦ green 136 ◦ blue 89

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

Shades of Twine #BA8859

Tints of Twine #BA8859

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.09%

 BLUE value IS 89 (35.16% from 255) = 21.65%

R = 45.26%
G = 33.09%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA8859 (or 0xBA8859) is known color: Twine. HEX triplet: BA, 88 and 59. RGB value is (186,136,89). Sum of RGB (Red+Green+Blue) = 186+136+89=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8859 is #4577A6. Grayscale: #919191. Windows color (decimal): -4552615 or 5867706. OLE color: 5867706.

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

Color convert

RGB 186 136 89 -
CMYK 0 0.27 0.52 0.27
HSL 29.07º 0.41% 0.54% -
HSV(B) 29.07º 0.52% 0.73% -
XYZ 30.86 28.77 13.38 -
YUV 145.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 186 136 89 0 0.27 0.52 0.27 29.07 0.41 0.54
Hex BA 88 59 0 1B 34 1B 1D 29 36
Octal 272 210 131 0 33 64 33 35 51 66
Binary 10111010 10001000 1011001 0 11011 110100 11011 11101 101001 110110

Color Harmonies of #BA8859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8859

Black with #BA8859

Text Example


Text Example

White with #BA8859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8859; }

 p { color: rgb(186,136,89); }

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

background-color css

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

 a { background-color: rgb(186,136,89); }

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

border-color css

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

 span { border-color: rgb(186,136,89); }

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