Html Css Color HEX #BA8C57 Twine

📋 copy color: '#BA8C57'

red 186 ◦ green 140 ◦ blue 87

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

Shades of Twine #BA8C57

Tints of Twine #BA8C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.9%

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

R = 45.04%
G = 33.9%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8C57 (or 0xBA8C57) is known color: Twine. HEX triplet: BA, 8C and 57. RGB value is (186,140,87). Sum of RGB (Red+Green+Blue) = 186+140+87=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C57 is #4573A8. Grayscale: #939393. Windows color (decimal): -4551593 or 5737658. OLE color: 5737658.

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

Color convert

RGB 186 140 87 -
CMYK 0 0.25 0.53 0.27
HSL 32.12º 0.42% 0.54% -
HSV(B) 32.12º 0.53% 0.73% -
XYZ 31.35 29.88 13.13 -
YUV 147.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 186 140 87 0 0.25 0.53 0.27 32.12 0.42 0.54
Hex BA 8C 57 0 19 35 1B 20 2A 36
Octal 272 214 127 0 31 65 33 40 52 66
Binary 10111010 10001100 1010111 0 11001 110101 11011 100000 101010 110110

Color Harmonies of #BA8C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C57

Black with #BA8C57

Text Example


Text Example

White with #BA8C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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