#BA7174

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

Shades of Turkish Rose #BA7174

Tints of Turkish Rose #BA7174

Color information

#BA7174 (or 0xBA7174) is unknown color: approx Turkish Rose. HEX triplet: BA, 71 and 74. RGB value is (186,113,116). Sum of RGB (Red+Green+Blue) = 186+113+116=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7174 is #458E8B. Grayscale: #878787. Windows color (decimal): -4558476 or 7631290. OLE color: 7631290.

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

Color convert

RGB186113116-
CMYK00.390.380.27
HSL357.53º34.6%58.63%-
HSV(B)357.53º39.25%72.94%-
XYZ29.3123.5119.52-
YUV135.17117.18164.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=44.82%
G=27.23%
B=27.95%

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
Decimal18611311600.390.380.27357.5334.658.63
HexBA7174027261B166233b
Octal27216116404746335464373
Binary1011101011100011110100010011110011011011101100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7174; }

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

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

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

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

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

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

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

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