Html Css Color HEX #BA7363 Contessa

📋 copy color: '#BA7363'

red 186 ◦ green 115 ◦ blue 99

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

Shades of Contessa #BA7363

Tints of Contessa #BA7363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

 BLUE value IS 99 (39.06% from 255) = 24.75%

R = 46.5%
G = 28.75%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA7363 (or 0xBA7363) is known color: Contessa. HEX triplet: BA, 73 and 63. RGB value is (186,115,99). Sum of RGB (Red+Green+Blue) = 186+115+99=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7363 is #458C9C. Grayscale: #868686. Windows color (decimal): -4557981 or 6517690. OLE color: 6517690.

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

Color convert

RGB 186 115 99 -
CMYK 0 0.38 0.47 0.27
HSL 11.03º 0.39% 0.56% -
HSV(B) 11.03º 0.47% 0.73% -
XYZ 28.63 23.6 14.85 -
YUV 134.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 186 115 99 0 0.38 0.47 0.27 11.03 0.39 0.56
Hex BA 73 63 0 26 2F 1B B 27 38
Octal 272 163 143 0 46 57 33 13 47 70
Binary 10111010 1110011 1100011 0 100110 101111 11011 1011 100111 111000

Color Harmonies of #BA7363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7363

Black with #BA7363

Text Example


Text Example

White with #BA7363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7363; }

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

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

background-color css

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

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

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

border-color css

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

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

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