Html Css Color HEX #BA8757 Twine

📋 copy color: '#BA8757'

red 186 ◦ green 135 ◦ blue 87

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

Shades of Twine #BA8757

Tints of Twine #BA8757

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.09%

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

R = 45.59%
G = 33.09%
B = 21.32%

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

#BA8757 (or 0xBA8757) is known color: Twine. HEX triplet: BA, 87 and 57. RGB value is (186,135,87). Sum of RGB (Red+Green+Blue) = 186+135+87=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8757 is #4578A8. Grayscale: #919191. Windows color (decimal): -4552873 or 5736378. OLE color: 5736378.

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

Color convert

RGB 186 135 87 -
CMYK 0 0.27 0.53 0.27
HSL 29.09º 0.42% 0.54% -
HSV(B) 29.09º 0.53% 0.73% -
XYZ 30.63 28.46 12.89 -
YUV 144.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 186 135 87 0 0.27 0.53 0.27 29.09 0.42 0.54
Hex BA 87 57 0 1B 35 1B 1D 2A 36
Octal 272 207 127 0 33 65 33 35 52 66
Binary 10111010 10000111 1010111 0 11011 110101 11011 11101 101010 110110

Color Harmonies of #BA8757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8757

Black with #BA8757

Text Example


Text Example

White with #BA8757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8757; }

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

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

background-color css

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

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

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

border-color css

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

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

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