#BA7075

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

Shades of Turkish Rose #BA7075

Tints of Turkish Rose #BA7075

Color information

#BA7075 (or 0xBA7075) is unknown color: approx Turkish Rose. HEX triplet: BA, 70 and 75. RGB value is (186,112,117). Sum of RGB (Red+Green+Blue) = 186+112+117=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7075 is #458F8A. Grayscale: #868686. Windows color (decimal): -4558731 or 7696570. OLE color: 7696570.

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

Color convert

RGB186112117-
CMYK00.400.370.27
HSL355.95º34.91%58.43%-
HSV(B)355.95º39.78%72.94%-
XYZ29.2523.3119.79-
YUV134.7118.02164.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=44.82%
G=26.99%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611211700.400.370.27355.9534.9158.43
HexBA7075028251B164233a
Octal27216016505045335444372
Binary1011101011100001110101010100010010111011101100100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7075; }

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

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

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

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

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

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

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

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