#B3646C

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

Shades of Turkish Rose #B3646C

Tints of Turkish Rose #B3646C

Color information

#B3646C (or 0xB3646C) is unknown color: approx Turkish Rose. HEX triplet: B3, 64 and 6C. RGB value is (179,100,108). Sum of RGB (Red+Green+Blue) = 179+100+108=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3646C is #4C9B93. Grayscale: #7C7C7C. Windows color (decimal): -5020564 or 7103667. OLE color: 7103667.

HSL color Cylindrical-coordinate representation of color #B3646C: hue angle of 353.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3646C is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB179100108-
CMYK00.440.400.30
HSL353.92º34.2%54.71%-
HSV(B)353.92º44.13%70.2%-
XYZ25.8519.7816.64-
YUV124.53118.67166.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=46.25%
G=25.84%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910010800.440.400.30353.9234.254.71
HexB3646C02C281E1622237
Octal26314415405450365424267
Binary1011001111001001101100010110010100011110101100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3646C; }

 p { color: rgb(179,100,108); }

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

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

 a { background-color: rgb(179,100,108); }

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

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

 span { border-color: rgb(179,100,108); }

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