Html Css Color HEX #BA6078 Tapestry

📋 copy color: '#BA6078'

red 186 ◦ green 96 ◦ blue 120

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

Shades of Tapestry #BA6078

Tints of Tapestry #BA6078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.88%

 BLUE value IS 120 (47.27% from 255) = 29.85%

R = 46.27%
G = 23.88%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA6078 (or 0xBA6078) is known color: Tapestry. HEX triplet: BA, 60 and 78. RGB value is (186,96,120). Sum of RGB (Red+Green+Blue) = 186+96+120=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6078 is #459F87. Grayscale: #7D7D7D. Windows color (decimal): -4562824 or 7889082. OLE color: 7889082.

HSL color Cylindrical-coordinate representation of color #BA6078: hue angle of 344º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6078 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 96 120 -
CMYK 0 0.48 0.35 0.27
HSL 344º 0.39% 0.55% -
HSV(B) 344º 0.48% 0.73% -
XYZ 27.82 20.16 20.19 -
YUV 125.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 186 96 120 0 0.48 0.35 0.27 344 0.39 0.55
Hex BA 60 78 0 30 23 1B 158 27 37
Octal 272 140 170 0 60 43 33 530 47 67
Binary 10111010 1100000 1111000 0 110000 100011 11011 101011000 100111 110111

Color Harmonies of #BA6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6078

Black with #BA6078

Text Example


Text Example

White with #BA6078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6078; }

 p { color: rgb(186,96,120); }

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

background-color css

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

 a { background-color: rgb(186,96,120); }

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

border-color css

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

 span { border-color: rgb(186,96,120); }

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