#B6666D

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

Shades of Turkish Rose #B6666D

Tints of Turkish Rose #B6666D

Color information

#B6666D (or 0xB6666D) is unknown color: approx Turkish Rose. HEX triplet: B6, 66 and 6D. RGB value is (182,102,109). Sum of RGB (Red+Green+Blue) = 182+102+109=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6666D is #499992. Grayscale: #7E7E7E. Windows color (decimal): -4823443 or 7169718. OLE color: 7169718.

HSL color Cylindrical-coordinate representation of color #B6666D: hue angle of 354.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6666D is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182102109-
CMYK00.440.400.29
HSL354.75º35.4%55.69%-
HSV(B)354.75º43.96%71.37%-
XYZ26.820.5517.02-
YUV126.72118167.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=46.31%
G=25.95%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210210900.440.400.29354.7535.455.69
HexB6666D02C281D1632338
Octal26614615505450355434370
Binary1011011011001101101101010110010100011101101100011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6666D; }

 p { color: rgb(182,102,109); }

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

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

 a { background-color: rgb(182,102,109); }

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

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

 span { border-color: rgb(182,102,109); }

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