#B6666E

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

Shades of Turkish Rose #B6666E

Tints of Turkish Rose #B6666E

Color information

#B6666E (or 0xB6666E) is unknown color: approx Turkish Rose. HEX triplet: B6, 66 and 6E. RGB value is (182,102,110). Sum of RGB (Red+Green+Blue) = 182+102+110=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6666E is #499991. Grayscale: #7E7E7E. Windows color (decimal): -4823442 or 7235254. OLE color: 7235254.

HSL color Cylindrical-coordinate representation of color #B6666E: hue angle of 354º 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 #B6666E is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182102110-
CMYK00.440.400.29
HSL354º35.4%55.69%-
HSV(B)354º43.96%71.37%-
XYZ26.8620.5717.31-
YUV126.83118.5167.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=46.19%
G=25.89%
B=27.92%

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
Decimal18210211000.440.400.2935435.455.69
HexB6666E02C281D1622338
Octal26614615605450355424370
Binary1011011011001101101110010110010100011101101100010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6666E; }

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

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

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

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

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

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

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

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