#BC6B6D

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

Shades of Turkish Rose #BC6B6D

Tints of Turkish Rose #BC6B6D

Color information

#BC6B6D (or 0xBC6B6D) is unknown color: approx Turkish Rose. HEX triplet: BC, 6B and 6D. RGB value is (188,107,109). Sum of RGB (Red+Green+Blue) = 188+107+109=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B6D is #439492. Grayscale: #838383. Windows color (decimal): -4428947 or 7171004. OLE color: 7171004.

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

Color convert

RGB188107109-
CMYK00.430.420.26
HSL358.52º37.67%57.84%-
HSV(B)358.52º43.09%73.73%-
XYZ28.7622.3117.26-
YUV131.45115.34168.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=46.53%
G=26.49%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810710900.430.420.26358.5237.6757.84
HexBC6B6D02B2A1A167263a
Octal27415315505352325474672
Binary1011110011010111101101010101110101011010101100111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B6D; }

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

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

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

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

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

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

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

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