Html Css Color HEX #BA715D Contessa

📋 copy color: '#BA715D'

red 186 ◦ green 113 ◦ blue 93

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

Shades of Contessa #BA715D

Tints of Contessa #BA715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 47.45%
G = 28.83%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA715D (or 0xBA715D) is known color: Contessa. HEX triplet: BA, 71 and 5D. RGB value is (186,113,93). Sum of RGB (Red+Green+Blue) = 186+113+93=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA715D is #458EA2. Grayscale: #848484. Windows color (decimal): -4558499 or 6123962. OLE color: 6123962.

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

Color convert

RGB 186 113 93 -
CMYK 0 0.39 0.5 0.27
HSL 12.9º 0.4% 0.55% -
HSV(B) 12.9º 0.5% 0.73% -
XYZ 28.13 23.04 13.32 -
YUV 132.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 186 113 93 0 0.39 0.5 0.27 12.9 0.4 0.55
Hex BA 71 5D 0 27 32 1B D 28 37
Octal 272 161 135 0 47 62 33 15 50 67
Binary 10111010 1110001 1011101 0 100111 110010 11011 1101 101000 110111

Color Harmonies of #BA715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA715D

Black with #BA715D

Text Example


Text Example

White with #BA715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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