Html Css Color HEX #BA8857 Twine

📋 copy color: '#BA8857'

red 186 ◦ green 136 ◦ blue 87

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

Shades of Twine #BA8857

Tints of Twine #BA8857

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.25%

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

R = 45.48%
G = 33.25%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8857 (or 0xBA8857) is known color: Twine. HEX triplet: BA, 88 and 57. RGB value is (186,136,87). Sum of RGB (Red+Green+Blue) = 186+136+87=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8857 is #4577A8. Grayscale: #919191. Windows color (decimal): -4552617 or 5736634. OLE color: 5736634.

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

Color convert

RGB 186 136 87 -
CMYK 0 0.27 0.53 0.27
HSL 29.7º 0.42% 0.54% -
HSV(B) 29.7º 0.53% 0.73% -
XYZ 30.77 28.74 12.94 -
YUV 145.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 186 136 87 0 0.27 0.53 0.27 29.7 0.42 0.54
Hex BA 88 57 0 1B 35 1B 1E 2A 36
Octal 272 210 127 0 33 65 33 36 52 66
Binary 10111010 10001000 1010111 0 11011 110101 11011 11110 101010 110110

Color Harmonies of #BA8857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8857

Black with #BA8857

Text Example


Text Example

White with #BA8857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8857; }

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

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

background-color css

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

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

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

border-color css

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

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

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