#BC7177

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

Shades of Turkish Rose #BC7177

Tints of Turkish Rose #BC7177

Color information

#BC7177 (or 0xBC7177) is unknown color: approx Turkish Rose. HEX triplet: BC, 71 and 77. RGB value is (188,113,119). Sum of RGB (Red+Green+Blue) = 188+113+119=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7177 is #438E88. Grayscale: #888888. Windows color (decimal): -4427401 or 7827900. OLE color: 7827900.

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

Color convert

RGB188113119-
CMYK00.400.370.26
HSL355.2º35.89%59.02%-
HSV(B)355.2º39.89%73.73%-
XYZ29.9723.8320.47-
YUV136.11118.35165.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=44.76%
G=26.90%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811311900.400.370.26355.235.8959.02
HexBC7177028251A163243b
Octal27416116705045325434473
Binary1011110011100011110111010100010010111010101100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7177; }

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

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

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

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

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

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

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

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