#BC6B75

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

Shades of Turkish Rose #BC6B75

Tints of Turkish Rose #BC6B75

Color information

#BC6B75 (or 0xBC6B75) is unknown color: approx Turkish Rose. HEX triplet: BC, 6B and 75. RGB value is (188,107,117). Sum of RGB (Red+Green+Blue) = 188+107+117=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B75 is #43948A. Grayscale: #848484. Windows color (decimal): -4428939 or 7695292. OLE color: 7695292.

HSL color Cylindrical-coordinate representation of color #BC6B75: hue angle of 352.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6B75 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188107117-
CMYK00.430.380.26
HSL352.59º37.67%57.84%-
HSV(B)352.59º43.09%73.73%-
XYZ29.2122.4919.63-
YUV132.36119.34167.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=45.63%
G=25.97%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810711700.430.380.26352.5937.6757.84
HexBC6B7502B261A161263a
Octal27415316505346325414672
Binary1011110011010111110101010101110011011010101100001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B75; }

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

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

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

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

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

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

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

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