#BC7173

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

Shades of Turkish Rose #BC7173

Tints of Turkish Rose #BC7173

Color information

#BC7173 (or 0xBC7173) is unknown color: approx Turkish Rose. HEX triplet: BC, 71 and 73. RGB value is (188,113,115). Sum of RGB (Red+Green+Blue) = 188+113+115=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7173 is #438E8C. Grayscale: #878787. Windows color (decimal): -4427405 or 7565756. OLE color: 7565756.

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

Color convert

RGB188113115-
CMYK00.400.390.26
HSL358.4º35.89%59.02%-
HSV(B)358.4º39.89%73.73%-
XYZ29.7423.7419.23-
YUV135.65116.35165.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=45.19%
G=27.16%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811311500.400.390.26358.435.8959.02
HexBC7173028271A166243b
Octal27416116305047325464473
Binary1011110011100011110011010100010011111010101100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7173; }

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

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

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

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

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

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

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

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