#B6656B

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

Shades of Turkish Rose #B6656B

Tints of Turkish Rose #B6656B

Color information

#B6656B (or 0xB6656B) is unknown color: approx Turkish Rose. HEX triplet: B6, 65 and 6B. RGB value is (182,101,107). Sum of RGB (Red+Green+Blue) = 182+101+107=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6656B is #499A94. Grayscale: #7D7D7D. Windows color (decimal): -4823701 or 7038390. OLE color: 7038390.

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

Color convert

RGB182101107-
CMYK00.450.410.29
HSL355.56º35.68%55.49%-
HSV(B)355.56º44.51%71.37%-
XYZ26.620.3116.43-
YUV125.9117.34168.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=46.67%
G=25.90%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210110700.450.410.29355.5635.6855.49
HexB6656B02D291D1642437
Octal26614515305551355444467
Binary1011011011001011101011010110110100111101101100100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6656B; }

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

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

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

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

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

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

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

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