Html Css Color HEX #BA8159 Twine

📋 copy color: '#BA8159'

red 186 ◦ green 129 ◦ blue 89

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

Shades of Twine #BA8159

Tints of Twine #BA8159

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.93%

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

R = 46.04%
G = 31.93%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA8159 (or 0xBA8159) is known color: Twine. HEX triplet: BA, 81 and 59. RGB value is (186,129,89). Sum of RGB (Red+Green+Blue) = 186+129+89=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8159 is #457EA6. Grayscale: #8D8D8D. Windows color (decimal): -4554407 or 5865914. OLE color: 5865914.

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

Color convert

RGB 186 129 89 -
CMYK 0 0.31 0.52 0.27
HSL 24.74º 0.41% 0.54% -
HSV(B) 24.74º 0.52% 0.73% -
XYZ 29.9 26.86 13.06 -
YUV 141.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 186 129 89 0 0.31 0.52 0.27 24.74 0.41 0.54
Hex BA 81 59 0 1F 34 1B 19 29 36
Octal 272 201 131 0 37 64 33 31 51 66
Binary 10111010 10000001 1011001 0 11111 110100 11011 11001 101001 110110

Color Harmonies of #BA8159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8159

Black with #BA8159

Text Example


Text Example

White with #BA8159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8159; }

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

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

background-color css

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

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

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

border-color css

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

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

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