Html Css Color HEX #BA6260 Contessa

📋 copy color: '#BA6260'

red 186 ◦ green 98 ◦ blue 96

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

Shades of Contessa #BA6260

Tints of Contessa #BA6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 48.95%
G = 25.79%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA6260 (or 0xBA6260) is known color: Contessa. HEX triplet: BA, 62 and 60. RGB value is (186,98,96). Sum of RGB (Red+Green+Blue) = 186+98+96=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6260 is #459D9F. Grayscale: #7C7C7C. Windows color (decimal): -4562336 or 6316730. OLE color: 6316730.

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

Color convert

RGB 186 98 96 -
CMYK 0 0.47 0.48 0.27
HSL 1.33º 0.39% 0.55% -
HSV(B) 1.33º 0.48% 0.73% -
XYZ 26.73 20.02 13.52 -
YUV 124.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 186 98 96 0 0.47 0.48 0.27 1.33 0.39 0.55
Hex BA 62 60 0 2F 30 1B 1 27 37
Octal 272 142 140 0 57 60 33 1 47 67
Binary 10111010 1100010 1100000 0 101111 110000 11011 1 100111 110111

Color Harmonies of #BA6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6260

Black with #BA6260

Text Example


Text Example

White with #BA6260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6260; }

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

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

background-color css

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

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

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

border-color css

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

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

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