Html Css Color HEX #BA715C Contessa

📋 copy color: '#BA715C'

red 186 ◦ green 113 ◦ blue 92

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

Shades of Contessa #BA715C

Tints of Contessa #BA715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.53%

R = 47.57%
G = 28.9%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA715C (or 0xBA715C) is known color: Contessa. HEX triplet: BA, 71 and 5C. RGB value is (186,113,92). Sum of RGB (Red+Green+Blue) = 186+113+92=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA715C is #458EA3. Grayscale: #848484. Windows color (decimal): -4558500 or 6058426. OLE color: 6058426.

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

Color convert

RGB 186 113 92 -
CMYK 0 0.39 0.51 0.27
HSL 13.4º 0.41% 0.55% -
HSV(B) 13.4º 0.51% 0.73% -
XYZ 28.09 23.02 13.09 -
YUV 132.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 186 113 92 0 0.39 0.51 0.27 13.4 0.41 0.55
Hex BA 71 5C 0 27 33 1B D 29 37
Octal 272 161 134 0 47 63 33 15 51 67
Binary 10111010 1110001 1011100 0 100111 110011 11011 1101 101001 110111

Color Harmonies of #BA715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA715C

Black with #BA715C

Text Example


Text Example

White with #BA715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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