#BA7678

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

Shades of Turkish Rose #BA7678

Tints of Turkish Rose #BA7678

Color information

#BA7678 (or 0xBA7678) is unknown color: approx Turkish Rose. HEX triplet: BA, 76 and 78. RGB value is (186,118,120). Sum of RGB (Red+Green+Blue) = 186+118+120=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7678 is #458987. Grayscale: #8A8A8A. Windows color (decimal): -4557192 or 7894714. OLE color: 7894714.

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

Color convert

RGB186118120-
CMYK00.370.350.27
HSL358.24º33.01%59.61%-
HSV(B)358.24º36.56%72.94%-
XYZ30.1224.7520.96-
YUV138.56117.53161.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=43.87%
G=27.83%
B=28.30%

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
Decimal18611812000.370.350.27358.2433.0159.61
HexBA7678025231B166213c
Octal27216617004543335464174
Binary1011101011101101111000010010110001111011101100110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7678; }

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

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

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

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

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

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

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

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