#BC6F75

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

Shades of Turkish Rose #BC6F75

Tints of Turkish Rose #BC6F75

Color information

#BC6F75 (or 0xBC6F75) is unknown color: approx Turkish Rose. HEX triplet: BC, 6F and 75. RGB value is (188,111,117). Sum of RGB (Red+Green+Blue) = 188+111+117=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F75 is #43908A. Grayscale: #868686. Windows color (decimal): -4427915 or 7696316. OLE color: 7696316.

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

Color convert

RGB188111117-
CMYK00.410.380.26
HSL355.32º36.49%58.63%-
HSV(B)355.32º40.96%73.73%-
XYZ29.6323.3419.77-
YUV134.71118.01166.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=45.19%
G=26.68%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811111700.410.380.26355.3236.4958.63
HexBC6F75029261A163243b
Octal27415716505146325434473
Binary1011110011011111110101010100110011011010101100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F75; }

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

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

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

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

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

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

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

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