#BA676F

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

Shades of Turkish Rose #BA676F

Tints of Turkish Rose #BA676F

Color information

#BA676F (or 0xBA676F) is unknown color: approx Turkish Rose. HEX triplet: BA, 67 and 6F. RGB value is (186,103,111). Sum of RGB (Red+Green+Blue) = 186+103+111=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA676F is #459890. Grayscale: #808080. Windows color (decimal): -4561041 or 7301050. OLE color: 7301050.

HSL color Cylindrical-coordinate representation of color #BA676F: hue angle of 354.22º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA676F is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186103111-
CMYK00.450.400.27
HSL354.22º37.56%56.67%-
HSV(B)354.22º44.62%72.94%-
XYZ27.9721.2917.67-
YUV128.73118168.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=46.5%
G=25.75%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610311100.450.400.27354.2237.5656.67
HexBA676F02D281B1622639
Octal27214715705550335424671
Binary1011101011001111101111010110110100011011101100010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA676F; }

 p { color: rgb(186,103,111); }

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

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

 a { background-color: rgb(186,103,111); }

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

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

 span { border-color: rgb(186,103,111); }

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