Html Css Color HEX #BA715E Contessa

📋 copy color: '#BA715E'

red 186 ◦ green 113 ◦ blue 94

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

Shades of Contessa #BA715E

Tints of Contessa #BA715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

 BLUE value IS 94 (37.11% from 255) = 23.92%

R = 47.33%
G = 28.75%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA715E (or 0xBA715E) is known color: Contessa. HEX triplet: BA, 71 and 5E. RGB value is (186,113,94). Sum of RGB (Red+Green+Blue) = 186+113+94=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA715E is #458EA1. Grayscale: #848484. Windows color (decimal): -4558498 or 6189498. OLE color: 6189498.

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

Color convert

RGB 186 113 94 -
CMYK 0 0.39 0.49 0.27
HSL 12.39º 0.4% 0.55% -
HSV(B) 12.39º 0.49% 0.73% -
XYZ 28.18 23.06 13.56 -
YUV 132.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 186 113 94 0 0.39 0.49 0.27 12.39 0.4 0.55
Hex BA 71 5E 0 27 31 1B C 28 37
Octal 272 161 136 0 47 61 33 14 50 67
Binary 10111010 1110001 1011110 0 100111 110001 11011 1100 101000 110111

Color Harmonies of #BA715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA715E

Black with #BA715E

Text Example


Text Example

White with #BA715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA715E; }

 p { color: rgb(186,113,94); }

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

background-color css

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

 a { background-color: rgb(186,113,94); }

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

border-color css

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

 span { border-color: rgb(186,113,94); }

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