#BC7578

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

Shades of Turkish Rose #BC7578

Tints of Turkish Rose #BC7578

Color information

#BC7578 (or 0xBC7578) is unknown color: approx Turkish Rose. HEX triplet: BC, 75 and 78. RGB value is (188,117,120). Sum of RGB (Red+Green+Blue) = 188+117+120=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7578 is #438A87. Grayscale: #8A8A8A. Windows color (decimal): -4426376 or 7894460. OLE color: 7894460.

HSL color Cylindrical-coordinate representation of color #BC7578: hue angle of 357.46º 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 #BC7578 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB188117120-
CMYK00.380.360.26
HSL357.46º34.63%59.8%-
HSV(B)357.46º37.77%73.73%-
XYZ30.4924.7720.94-
YUV138.57117.52163.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=44.24%
G=27.53%
B=28.24%

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
Decimal18811712000.380.360.26357.4634.6359.8
HexBC7578026241A165233c
Octal27416517004644325454374
Binary1011110011101011111000010011010010011010101100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7578; }

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

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

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

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

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

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

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

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