#B6666B

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

Shades of Turkish Rose #B6666B

Tints of Turkish Rose #B6666B

Color information

#B6666B (or 0xB6666B) is unknown color: approx Turkish Rose. HEX triplet: B6, 66 and 6B. RGB value is (182,102,107). Sum of RGB (Red+Green+Blue) = 182+102+107=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6666B is #499994. Grayscale: #7E7E7E. Windows color (decimal): -4823445 or 7038646. OLE color: 7038646.

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

Color convert

RGB182102107-
CMYK00.440.410.29
HSL356.25º35.4%55.69%-
HSV(B)356.25º43.96%71.37%-
XYZ26.720.5116.46-
YUV126.49117167.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 107 (42.19% from 255) = 27.37%
R=46.55%
G=26.09%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210210700.440.410.29356.2535.455.69
HexB6666B02C291D1642338
Octal26614615305451355444370
Binary1011011011001101101011010110010100111101101100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6666B; }

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

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

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

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

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

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

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

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