#bc7175

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

Shades of Turkish Rose #BC7175

Tints of Turkish Rose #BC7175

Color information

#BC7175 (or 0xBC7175) is unknown color: approx Turkish Rose. HEX triplet: BC, 71 and 75. RGB value is (188,113,117). Sum of RGB (Red+Green+Blue) = 188+113+117=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7175 is #438E8A. Grayscale: #878787. Windows color (decimal): -4427403 or 7696828. OLE color: 7696828.

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

Color convert

RGB188113117-
CMYK00.400.380.26
HSL356.8º35.89%59.02%-
HSV(B)356.8º39.89%73.73%-
XYZ29.8623.7919.85-
YUV135.88117.35165.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=44.98%
G=27.03%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811311700.400.380.26356.835.8959.02
HexBC7175028261A165243b
Octal27416116505046325454473
Binary1011110011100011110101010100010011011010101100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7175; }

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

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

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

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

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

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

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

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