Html Css Color HEX #BA7F57 Twine

📋 copy color: '#BA7F57'

red 186 ◦ green 127 ◦ blue 87

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

Shades of Twine #BA7F57

Tints of Twine #BA7F57

RGB

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

 GREEN value IS 127 (50% from 255) = 31.75%

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

R = 46.5%
G = 31.75%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA7F57 (or 0xBA7F57) is known color: Twine. HEX triplet: BA, 7F and 57. RGB value is (186,127,87). Sum of RGB (Red+Green+Blue) = 186+127+87=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F57 is #4580A8. Grayscale: #8C8C8C. Windows color (decimal): -4554921 or 5734330. OLE color: 5734330.

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

Color convert

RGB 186 127 87 -
CMYK 0 0.32 0.53 0.27
HSL 24.24º 0.42% 0.54% -
HSV(B) 24.24º 0.53% 0.73% -
XYZ 29.56 26.31 12.54 -
YUV 140.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 186 127 87 0 0.32 0.53 0.27 24.24 0.42 0.54
Hex BA 7F 57 0 20 35 1B 18 2A 36
Octal 272 177 127 0 40 65 33 30 52 66
Binary 10111010 1111111 1010111 0 100000 110101 11011 11000 101010 110110

Color Harmonies of #BA7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F57

Black with #BA7F57

Text Example


Text Example

White with #BA7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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