#B2656A

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

Shades of Turkish Rose #B2656A

Tints of Turkish Rose #B2656A

Color information

#B2656A (or 0xB2656A) is unknown color: approx Turkish Rose. HEX triplet: B2, 65 and 6A. RGB value is (178,101,106). Sum of RGB (Red+Green+Blue) = 178+101+106=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2656A is #4D9A95. Grayscale: #7C7C7C. Windows color (decimal): -5085846 or 6972850. OLE color: 6972850.

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

Color convert

RGB178101106-
CMYK00.430.400.30
HSL356.1º33.33%54.71%-
HSV(B)356.1º43.26%69.8%-
XYZ25.6219.8116.11-
YUV124.59117.51166.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=46.23%
G=26.23%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810110600.430.400.30356.133.3354.71
HexB2656A02B281E1642137
Octal26214515205350365444167
Binary1011001011001011101010010101110100011110101100100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2656A; }

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

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

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

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

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

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

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

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