#B2646B

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

Shades of Turkish Rose #B2646B

Tints of Turkish Rose #B2646B

Color information

#B2646B (or 0xB2646B) is unknown color: approx Turkish Rose. HEX triplet: B2, 64 and 6B. RGB value is (178,100,107). Sum of RGB (Red+Green+Blue) = 178+100+107=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2646B is #4D9B94. Grayscale: #7C7C7C. Windows color (decimal): -5086101 or 7038130. OLE color: 7038130.

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

Color convert

RGB178100107-
CMYK00.440.400.30
HSL354.62º33.62%54.51%-
HSV(B)354.62º43.82%69.8%-
XYZ25.5719.6416.35-
YUV124.12118.34166.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=46.23%
G=25.97%
B=27.79%

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
Decimal17810010700.440.400.30354.6233.6254.51
HexB2646B02C281E1632237
Octal26214415305450365434267
Binary1011001011001001101011010110010100011110101100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2646B; }

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

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

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

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

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

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

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

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