Html Css Color HEX #BA8D57 Twine

📋 copy color: '#BA8D57'

red 186 ◦ green 141 ◦ blue 87

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

Shades of Twine #BA8D57

Tints of Twine #BA8D57

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 87 (34.38% from 255) = 21.01%

R = 44.93%
G = 34.06%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8D57 (or 0xBA8D57) is known color: Twine. HEX triplet: BA, 8D and 57. RGB value is (186,141,87). Sum of RGB (Red+Green+Blue) = 186+141+87=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D57 is #4572A8. Grayscale: #949494. Windows color (decimal): -4551337 or 5737914. OLE color: 5737914.

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

Color convert

RGB 186 141 87 -
CMYK 0 0.24 0.53 0.27
HSL 32.73º 0.42% 0.54% -
HSV(B) 32.73º 0.53% 0.73% -
XYZ 31.49 30.18 13.18 -
YUV 148.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 186 141 87 0 0.24 0.53 0.27 32.73 0.42 0.54
Hex BA 8D 57 0 18 35 1B 21 2A 36
Octal 272 215 127 0 30 65 33 41 52 66
Binary 10111010 10001101 1010111 0 11000 110101 11011 100001 101010 110110

Color Harmonies of #BA8D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D57

Black with #BA8D57

Text Example


Text Example

White with #BA8D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D57; }

 p { color: rgb(186,141,87); }

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

background-color css

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

 a { background-color: rgb(186,141,87); }

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

border-color css

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

 span { border-color: rgb(186,141,87); }

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