#BA7273

Color #BA7273 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #BA7273

Tints of Turkish Rose #BA7273

Color information

#BA7273 (or 0xBA7273) is unknown color: approx Turkish Rose. HEX triplet: BA, 72 and 73. RGB value is (186,114,115). Sum of RGB (Red+Green+Blue) = 186+114+115=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7273 is #458D8C. Grayscale: #878787. Windows color (decimal): -4558221 or 7566010. OLE color: 7566010.

HSL color Cylindrical-coordinate representation of color #BA7273: hue angle of 359.17º degrees, saturation: 0.34, 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 #BA7273 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB186114115-
CMYK00.390.380.27
HSL359.17º34.29%58.82%-
HSV(B)359.17º38.71%72.94%-
XYZ29.3623.7119.25-
YUV135.64116.35163.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=44.82%
G=27.47%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611411500.390.380.27359.1734.2958.82
HexBA7273027261B167223b
Octal27216216304746335474273
Binary1011101011100101110011010011110011011011101100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7273; }

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

 H1.HeaderClassName
 {
   color: #BA7273;
 }
 .AnyTagClassName
 {
   color: #BA7273;
 }
</style>
background-color css

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

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

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

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

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

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