Html Css Color HEX #BA7271 Contessa

📋 copy color: '#BA7271'

red 186 ◦ green 114 ◦ blue 113

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

Shades of Contessa #BA7271

Tints of Contessa #BA7271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.36%

R = 45.04%
G = 27.6%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA7271 (or 0xBA7271) is known color: Contessa. HEX triplet: BA, 72 and 71. RGB value is (186,114,113). Sum of RGB (Red+Green+Blue) = 186+114+113=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7271 is #458D8E. Grayscale: #878787. Windows color (decimal): -4558223 or 7434938. OLE color: 7434938.

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

Color convert

RGB 186 114 113 -
CMYK 0 0.39 0.39 0.27
HSL 0.82º 0.35% 0.59% -
HSV(B) 0.82º 0.39% 0.73% -
XYZ 29.25 23.67 18.65 -
YUV 135.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 186 114 113 0 0.39 0.39 0.27 0.82 0.35 0.59
Hex BA 72 71 0 27 27 1B 1 23 3B
Octal 272 162 161 0 47 47 33 1 43 73
Binary 10111010 1110010 1110001 0 100111 100111 11011 1 100011 111011

Color Harmonies of #BA7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7271

Black with #BA7271

Text Example


Text Example

White with #BA7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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