#BA7679

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

Shades of Turkish Rose #BA7679

Tints of Turkish Rose #BA7679

Color information

#BA7679 (or 0xBA7679) is unknown color: approx Turkish Rose. HEX triplet: BA, 76 and 79. RGB value is (186,118,121). Sum of RGB (Red+Green+Blue) = 186+118+121=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7679 is #458986. Grayscale: #8A8A8A. Windows color (decimal): -4557191 or 7960250. OLE color: 7960250.

HSL color Cylindrical-coordinate representation of color #BA7679: hue angle of 357.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7679 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB186118121-
CMYK00.370.350.27
HSL357.35º33.01%59.61%-
HSV(B)357.35º36.56%72.94%-
XYZ30.1824.7821.28-
YUV138.67118.03161.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=43.76%
G=27.76%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611812100.370.350.27357.3533.0159.61
HexBA7679025231B165213c
Octal27216617104543335454174
Binary1011101011101101111001010010110001111011101100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7679; }

 p { color: rgb(186,118,121); }

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

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

 a { background-color: rgb(186,118,121); }

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

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

 span { border-color: rgb(186,118,121); }

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