#B2656D

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

Shades of Turkish Rose #B2656D

Tints of Turkish Rose #B2656D

Color information

#B2656D (or 0xB2656D) is unknown color: approx Turkish Rose. HEX triplet: B2, 65 and 6D. RGB value is (178,101,109). Sum of RGB (Red+Green+Blue) = 178+101+109=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2656D is #4D9A92. Grayscale: #7C7C7C. Windows color (decimal): -5085843 or 7169458. OLE color: 7169458.

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

Color convert

RGB178101109-
CMYK00.430.390.30
HSL353.77º33.33%54.71%-
HSV(B)353.77º43.26%69.8%-
XYZ25.7719.8816.95-
YUV124.94119.01165.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=45.88%
G=26.03%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810110900.430.390.30353.7733.3354.71
HexB2656D02B271E1622137
Octal26214515505347365424167
Binary1011001011001011101101010101110011111110101100010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2656D; }

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

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

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

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

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

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

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

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