#BA676A

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

Shades of Turkish Rose #BA676A

Tints of Turkish Rose #BA676A

Color information

#BA676A (or 0xBA676A) is unknown color: approx Turkish Rose. HEX triplet: BA, 67 and 6A. RGB value is (186,103,106). Sum of RGB (Red+Green+Blue) = 186+103+106=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA676A is #459895. Grayscale: #808080. Windows color (decimal): -4561046 or 6973370. OLE color: 6973370.

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

Color convert

RGB186103106-
CMYK00.450.430.27
HSL357.83º37.56%56.67%-
HSV(B)357.83º44.62%72.94%-
XYZ27.721.1816.26-
YUV128.16115.5169.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=47.09%
G=26.08%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610310600.450.430.27357.8337.5656.67
HexBA676A02D2B1B1662639
Octal27214715205553335464671
Binary1011101011001111101010010110110101111011101100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA676A; }

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

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

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

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

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

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

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

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