#B56573

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

Shades of Turkish Rose #B56573

Tints of Turkish Rose #B56573

Color information

#B56573 (or 0xB56573) is unknown color: approx Turkish Rose. HEX triplet: B5, 65 and 73. RGB value is (181,101,115). Sum of RGB (Red+Green+Blue) = 181+101+115=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B56573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56573 is #4A9A8C. Grayscale: #7E7E7E. Windows color (decimal): -4889229 or 7562677. OLE color: 7562677.

HSL color Cylindrical-coordinate representation of color #B56573: hue angle of 349.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56573 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB181101115-
CMYK00.440.360.29
HSL349.5º35.09%55.29%-
HSV(B)349.5º44.2%70.98%-
XYZ26.820.3718.74-
YUV126.52121.5166.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=45.59%
G=25.44%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110111500.440.360.29349.535.0955.29
HexB5657302C241D15e2337
Octal26514516305444355364367
Binary1011010111001011110011010110010010011101101011110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56573; }

 p { color: rgb(181,101,115); }

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

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

 a { background-color: rgb(181,101,115); }

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

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

 span { border-color: rgb(181,101,115); }

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