#B2646D

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

Shades of Turkish Rose #B2646D

Tints of Turkish Rose #B2646D

Color information

#B2646D (or 0xB2646D) is unknown color: approx Turkish Rose. HEX triplet: B2, 64 and 6D. RGB value is (178,100,109). Sum of RGB (Red+Green+Blue) = 178+100+109=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2646D is #4D9B92. Grayscale: #7C7C7C. Windows color (decimal): -5086099 or 7169202. OLE color: 7169202.

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

Color convert

RGB178100109-
CMYK00.440.390.30
HSL353.08º33.62%54.51%-
HSV(B)353.08º43.82%69.8%-
XYZ25.6819.6816.91-
YUV124.35119.34166.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=45.99%
G=25.84%
B=28.17%

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
Decimal17810010900.440.390.30353.0833.6254.51
HexB2646D02C271E1612237
Octal26214415505447365414267
Binary1011001011001001101101010110010011111110101100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2646D; }

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

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

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

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

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

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

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

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