Html Css Color HEX #BA6E5E Contessa

📋 copy color: '#BA6E5E'

red 186 ◦ green 110 ◦ blue 94

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

Shades of Contessa #BA6E5E

Tints of Contessa #BA6E5E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.21%

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

R = 47.69%
G = 28.21%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA6E5E (or 0xBA6E5E) is known color: Contessa. HEX triplet: BA, 6E and 5E. RGB value is (186,110,94). Sum of RGB (Red+Green+Blue) = 186+110+94=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E5E is #4591A1. Grayscale: #838383. Windows color (decimal): -4559266 or 6188730. OLE color: 6188730.

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

Color convert

RGB 186 110 94 -
CMYK 0 0.41 0.49 0.27
HSL 10.43º 0.4% 0.55% -
HSV(B) 10.43º 0.49% 0.73% -
XYZ 27.85 22.4 13.45 -
YUV 130.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 186 110 94 0 0.41 0.49 0.27 10.43 0.4 0.55
Hex BA 6E 5E 0 29 31 1B A 28 37
Octal 272 156 136 0 51 61 33 12 50 67
Binary 10111010 1101110 1011110 0 101001 110001 11011 1010 101000 110111

Color Harmonies of #BA6E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E5E

Black with #BA6E5E

Text Example


Text Example

White with #BA6E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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