#BA7275

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

Shades of Turkish Rose #BA7275

Tints of Turkish Rose #BA7275

Color information

#BA7275 (or 0xBA7275) is unknown color: approx Turkish Rose. HEX triplet: BA, 72 and 75. RGB value is (186,114,117). Sum of RGB (Red+Green+Blue) = 186+114+117=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7275 is #458D8A. Grayscale: #878787. Windows color (decimal): -4558219 or 7697082. OLE color: 7697082.

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

Color convert

RGB186114117-
CMYK00.390.370.27
HSL357.5º34.29%58.82%-
HSV(B)357.5º38.71%72.94%-
XYZ29.4823.7619.86-
YUV135.87117.35163.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=44.60%
G=27.34%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611411700.390.370.27357.534.2958.82
HexBA7275027251B166223b
Octal27216216504745335464273
Binary1011101011100101110101010011110010111011101100110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7275; }

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

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

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

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

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

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

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

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