#B56273

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

Shades of Turkish Rose #B56273

Tints of Turkish Rose #B56273

Color information

#B56273 (or 0xB56273) is unknown color: approx Turkish Rose. HEX triplet: B5, 62 and 73. RGB value is (181,98,115). Sum of RGB (Red+Green+Blue) = 181+98+115=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B56273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56273 is #4A9D8C. Grayscale: #7C7C7C. Windows color (decimal): -4889997 or 7561909. OLE color: 7561909.

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

Color convert

RGB18198115-
CMYK00.460.360.29
HSL347.71º35.93%54.71%-
HSV(B)347.71º45.86%70.98%-
XYZ26.5219.818.64-
YUV124.76122.5168.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=45.94%
G=24.87%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819811500.460.360.29347.7135.9354.71
HexB5627302E241D15c2437
Octal26514216305644355344467
Binary1011010111000101110011010111010010011101101011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56273; }

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

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

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

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

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

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

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

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