#B56F78

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

Shades of Turkish Rose #B56F78

Tints of Turkish Rose #B56F78

Color information

#B56F78 (or 0xB56F78) is unknown color: approx Turkish Rose. HEX triplet: B5, 6F and 78. RGB value is (181,111,120). Sum of RGB (Red+Green+Blue) = 181+111+120=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F78 is #4A9087. Grayscale: #848484. Windows color (decimal): -4886664 or 7892917. OLE color: 7892917.

HSL color Cylindrical-coordinate representation of color #B56F78: hue angle of 352.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56F78 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB181111120-
CMYK00.390.340.29
HSL352.29º32.11%57.25%-
HSV(B)352.29º38.67%70.98%-
XYZ28.1322.5520.64-
YUV132.96120.69162.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=43.93%
G=26.94%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111112000.390.340.29352.2932.1157.25
HexB56F78027221D1602039
Octal26515717004742355404071
Binary1011010111011111111000010011110001011101101100000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F78; }

 p { color: rgb(181,111,120); }

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

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

 a { background-color: rgb(181,111,120); }

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

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

 span { border-color: rgb(181,111,120); }

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