Html Css Color HEX #BA715B Contessa

📋 copy color: '#BA715B'

red 186 ◦ green 113 ◦ blue 91

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

Shades of Contessa #BA715B

Tints of Contessa #BA715B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.33%

R = 47.69%
G = 28.97%
B = 23.33%

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

#BA715B (or 0xBA715B) is known color: Contessa. HEX triplet: BA, 71 and 5B. RGB value is (186,113,91). Sum of RGB (Red+Green+Blue) = 186+113+91=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA715B is #458EA4. Grayscale: #848484. Windows color (decimal): -4558501 or 5992890. OLE color: 5992890.

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

Color convert

RGB 186 113 91 -
CMYK 0 0.39 0.51 0.27
HSL 13.89º 0.41% 0.54% -
HSV(B) 13.89º 0.51% 0.73% -
XYZ 28.04 23 12.86 -
YUV 132.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 186 113 91 0 0.39 0.51 0.27 13.89 0.41 0.54
Hex BA 71 5B 0 27 33 1B E 29 36
Octal 272 161 133 0 47 63 33 16 51 66
Binary 10111010 1110001 1011011 0 100111 110011 11011 1110 101001 110110

Color Harmonies of #BA715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA715B

Black with #BA715B

Text Example


Text Example

White with #BA715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA715B; }

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

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

background-color css

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

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

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

border-color css

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

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

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