Html Css Color HEX #BA7270 Contessa

📋 copy color: '#BA7270'

red 186 ◦ green 114 ◦ blue 112

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

Shades of Contessa #BA7270

Tints of Contessa #BA7270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.67%

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 45.15%
G = 27.67%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA7270 (or 0xBA7270) is known color: Contessa. HEX triplet: BA, 72 and 70. RGB value is (186,114,112). Sum of RGB (Red+Green+Blue) = 186+114+112=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7270 is #458D8F. Grayscale: #878787. Windows color (decimal): -4558224 or 7369402. OLE color: 7369402.

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

Color convert

RGB 186 114 112 -
CMYK 0 0.39 0.40 0.27
HSL 1.62º 0.35% 0.58% -
HSV(B) 1.62º 0.4% 0.73% -
XYZ 29.19 23.64 18.35 -
YUV 135.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 186 114 112 0 0.39 0.40 0.27 1.62 0.35 0.58
Hex BA 72 70 0 27 28 1B 2 23 3A
Octal 272 162 160 0 47 50 33 2 43 72
Binary 10111010 1110010 1110000 0 100111 101000 11011 10 100011 111010

Color Harmonies of #BA7270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7270

Black with #BA7270

Text Example


Text Example

White with #BA7270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7270; }

 p { color: rgb(186,114,112); }

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

background-color css

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

 a { background-color: rgb(186,114,112); }

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

border-color css

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

 span { border-color: rgb(186,114,112); }

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