#BC6F73

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

Shades of Turkish Rose #BC6F73

Tints of Turkish Rose #BC6F73

Color information

#BC6F73 (or 0xBC6F73) is unknown color: approx Turkish Rose. HEX triplet: BC, 6F and 73. RGB value is (188,111,115). Sum of RGB (Red+Green+Blue) = 188+111+115=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F73 is #43908C. Grayscale: #868686. Windows color (decimal): -4427917 or 7565244. OLE color: 7565244.

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

Color convert

RGB188111115-
CMYK00.410.390.26
HSL356.88º36.49%58.63%-
HSV(B)356.88º40.96%73.73%-
XYZ29.5223.319.16-
YUV134.48117.01166.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=45.41%
G=26.81%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811111500.410.390.26356.8836.4958.63
HexBC6F73029271A165243b
Octal27415716305147325454473
Binary1011110011011111110011010100110011111010101100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F73; }

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

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

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

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

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

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

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

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