Html Css Color HEX #BA715F Contessa

📋 copy color: '#BA715F'

red 186 ◦ green 113 ◦ blue 95

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

Shades of Contessa #BA715F

Tints of Contessa #BA715F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 47.21%
G = 28.68%
B = 24.11%

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

#BA715F (or 0xBA715F) is known color: Contessa. HEX triplet: BA, 71 and 5F. RGB value is (186,113,95). Sum of RGB (Red+Green+Blue) = 186+113+95=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA715F is #458EA0. Grayscale: #848484. Windows color (decimal): -4558497 or 6255034. OLE color: 6255034.

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

Color convert

RGB 186 113 95 -
CMYK 0 0.39 0.49 0.27
HSL 11.87º 0.4% 0.55% -
HSV(B) 11.87º 0.49% 0.73% -
XYZ 28.22 23.08 13.79 -
YUV 132.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 186 113 95 0 0.39 0.49 0.27 11.87 0.4 0.55
Hex BA 71 5F 0 27 31 1B C 28 37
Octal 272 161 137 0 47 61 33 14 50 67
Binary 10111010 1110001 1011111 0 100111 110001 11011 1100 101000 110111

Color Harmonies of #BA715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA715F

Black with #BA715F

Text Example


Text Example

White with #BA715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA715F; }

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

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

background-color css

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

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

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

border-color css

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

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

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