Html Css Color HEX #BA6360 Contessa

📋 copy color: '#BA6360'

red 186 ◦ green 99 ◦ blue 96

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

Shades of Contessa #BA6360

Tints of Contessa #BA6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

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

R = 48.82%
G = 25.98%
B = 25.2%

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

#BA6360 (or 0xBA6360) is known color: Contessa. HEX triplet: BA, 63 and 60. RGB value is (186,99,96). Sum of RGB (Red+Green+Blue) = 186+99+96=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6360 is #459C9F. Grayscale: #7C7C7C. Windows color (decimal): -4562080 or 6316986. OLE color: 6316986.

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

Color convert

RGB 186 99 96 -
CMYK 0 0.47 0.48 0.27
HSL 0.39% 0.55% -
HSV(B) 0.48% 0.73% -
XYZ 26.82 20.21 13.55 -
YUV 124.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 186 99 96 0 0.47 0.48 0.27 2 0.39 0.55
Hex BA 63 60 0 2F 30 1B 2 27 37
Octal 272 143 140 0 57 60 33 2 47 67
Binary 10111010 1100011 1100000 0 101111 110000 11011 10 100111 110111

Color Harmonies of #BA6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6360

Black with #BA6360

Text Example


Text Example

White with #BA6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6360; }

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

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

background-color css

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

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

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

border-color css

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

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

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