#BA676B

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

Shades of Turkish Rose #BA676B

Tints of Turkish Rose #BA676B

Color information

#BA676B (or 0xBA676B) is unknown color: approx Turkish Rose. HEX triplet: BA, 67 and 6B. RGB value is (186,103,107). Sum of RGB (Red+Green+Blue) = 186+103+107=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA676B is #459894. Grayscale: #808080. Windows color (decimal): -4561045 or 7038906. OLE color: 7038906.

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

Color convert

RGB186103107-
CMYK00.450.420.27
HSL357.11º37.56%56.67%-
HSV(B)357.11º44.62%72.94%-
XYZ27.7521.216.54-
YUV128.27116169.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 107 (42.19% from 255) = 27.02%
R=46.97%
G=26.01%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610310700.450.420.27357.1137.5656.67
HexBA676B02D2A1B1652639
Octal27214715305552335454671
Binary1011101011001111101011010110110101011011101100101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA676B; }

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

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

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

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

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

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

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

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