#BC7779

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

Shades of Turkish Rose #BC7779

Tints of Turkish Rose #BC7779

Color information

#BC7779 (or 0xBC7779) is unknown color: approx Turkish Rose. HEX triplet: BC, 77 and 79. RGB value is (188,119,121). Sum of RGB (Red+Green+Blue) = 188+119+121=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7779 is #438886. Grayscale: #8B8B8B. Windows color (decimal): -4425863 or 7960508. OLE color: 7960508.

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

Color convert

RGB188119121-
CMYK00.370.360.26
HSL358.26º33.99%60.2%-
HSV(B)358.26º36.7%73.73%-
XYZ30.7925.2721.34-
YUV139.86117.36162.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.93%
GREEN value IS 119 (46.88% from 255) = 27.80%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=43.93%
G=27.80%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811912100.370.360.26358.2633.9960.2
HexBC7779025241A166223c
Octal27416717104544325464274
Binary1011110011101111111001010010110010011010101100110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7779; }

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

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

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

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

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

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

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

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