#B2646C

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

Shades of Turkish Rose #B2646C

Tints of Turkish Rose #B2646C

Color information

#B2646C (or 0xB2646C) is unknown color: approx Turkish Rose. HEX triplet: B2, 64 and 6C. RGB value is (178,100,108). Sum of RGB (Red+Green+Blue) = 178+100+108=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2646C is #4D9B93. Grayscale: #7C7C7C. Windows color (decimal): -5086100 or 7103666. OLE color: 7103666.

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

Color convert

RGB178100108-
CMYK00.440.390.30
HSL353.85º33.62%54.51%-
HSV(B)353.85º43.82%69.8%-
XYZ25.6219.6616.63-
YUV124.23118.84166.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=46.11%
G=25.91%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810010800.440.390.30353.8533.6254.51
HexB2646C02C271E1622237
Octal26214415405447365424267
Binary1011001011001001101100010110010011111110101100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2646C; }

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

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

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

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

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

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

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

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