#BA7476

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

Shades of Turkish Rose #BA7476

Tints of Turkish Rose #BA7476

Color information

#BA7476 (or 0xBA7476) is unknown color: approx Turkish Rose. HEX triplet: BA, 74 and 76. RGB value is (186,116,118). Sum of RGB (Red+Green+Blue) = 186+116+118=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7476 is #458B89. Grayscale: #898989. Windows color (decimal): -4557706 or 7763130. OLE color: 7763130.

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

Color convert

RGB186116118-
CMYK00.380.370.27
HSL358.29º33.65%59.22%-
HSV(B)358.29º37.63%72.94%-
XYZ29.7724.2420.25-
YUV137.16117.19162.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=44.29%
G=27.62%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611611800.380.370.27358.2933.6559.22
HexBA7476026251B166223b
Octal27216416604645335464273
Binary1011101011101001110110010011010010111011101100110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7476; }

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

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

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

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

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

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

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

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