#BC7579

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

Shades of Turkish Rose #BC7579

Tints of Turkish Rose #BC7579

Color information

#BC7579 (or 0xBC7579) is unknown color: approx Turkish Rose. HEX triplet: BC, 75 and 79. RGB value is (188,117,121). Sum of RGB (Red+Green+Blue) = 188+117+121=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7579 is #438A86. Grayscale: #8A8A8A. Windows color (decimal): -4426375 or 7959996. OLE color: 7959996.

HSL color Cylindrical-coordinate representation of color #BC7579: hue angle of 356.62º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7579 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB188117121-
CMYK00.380.360.26
HSL356.62º34.63%59.8%-
HSV(B)356.62º37.77%73.73%-
XYZ30.5524.7921.26-
YUV138.68118.02163.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=44.13%
G=27.46%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811712100.380.360.26356.6234.6359.8
HexBC7579026241A165233c
Octal27416517104644325454374
Binary1011110011101011111001010011010010011010101100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7579; }

 p { color: rgb(188,117,121); }

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

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

 a { background-color: rgb(188,117,121); }

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

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

 span { border-color: rgb(188,117,121); }

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