Html Css Color HEX #BA8557 Twine

📋 copy color: '#BA8557'

red 186 ◦ green 133 ◦ blue 87

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

Shades of Twine #BA8557

Tints of Twine #BA8557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.76%

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

R = 45.81%
G = 32.76%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8557 (or 0xBA8557) is known color: Twine. HEX triplet: BA, 85 and 57. RGB value is (186,133,87). Sum of RGB (Red+Green+Blue) = 186+133+87=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8557 is #457AA8. Grayscale: #8F8F8F. Windows color (decimal): -4553385 or 5735866. OLE color: 5735866.

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

Color convert

RGB 186 133 87 -
CMYK 0 0.28 0.53 0.27
HSL 27.88º 0.42% 0.54% -
HSV(B) 27.88º 0.53% 0.73% -
XYZ 30.36 27.9 12.8 -
YUV 143.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 186 133 87 0 0.28 0.53 0.27 27.88 0.42 0.54
Hex BA 85 57 0 1C 35 1B 1C 2A 36
Octal 272 205 127 0 34 65 33 34 52 66
Binary 10111010 10000101 1010111 0 11100 110101 11011 11100 101010 110110

Color Harmonies of #BA8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8557

Black with #BA8557

Text Example


Text Example

White with #BA8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8557; }

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

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

background-color css

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

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

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

border-color css

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

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

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