#B6656E

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

Shades of Turkish Rose #B6656E

Tints of Turkish Rose #B6656E

Color information

#B6656E (or 0xB6656E) is unknown color: approx Turkish Rose. HEX triplet: B6, 65 and 6E. RGB value is (182,101,110). Sum of RGB (Red+Green+Blue) = 182+101+110=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6656E is #499A91. Grayscale: #7E7E7E. Windows color (decimal): -4823698 or 7234998. OLE color: 7234998.

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

Color convert

RGB182101110-
CMYK00.450.400.29
HSL353.33º35.68%55.49%-
HSV(B)353.33º44.51%71.37%-
XYZ26.7620.3817.27-
YUV126.24118.84167.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=46.31%
G=25.70%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210111000.450.400.29353.3335.6855.49
HexB6656E02D281D1612437
Octal26614515605550355414467
Binary1011011011001011101110010110110100011101101100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6656E; }

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

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

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

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

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

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

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

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