#B56274

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

Shades of Turkish Rose #B56274

Tints of Turkish Rose #B56274

Color information

#B56274 (or 0xB56274) is unknown color: approx Turkish Rose. HEX triplet: B5, 62 and 74. RGB value is (181,98,116). Sum of RGB (Red+Green+Blue) = 181+98+116=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B56274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56274 is #4A9D8B. Grayscale: #7C7C7C. Windows color (decimal): -4889996 or 7627445. OLE color: 7627445.

HSL color Cylindrical-coordinate representation of color #B56274: hue angle of 346.99º 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 #B56274 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18198116-
CMYK00.460.360.29
HSL346.99º35.93%54.71%-
HSV(B)346.99º45.86%70.98%-
XYZ26.5819.8218.95-
YUV124.87123168.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=45.82%
G=24.81%
B=29.37%

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
Decimal1819811600.460.360.29346.9935.9354.71
HexB5627402E241D15b2437
Octal26514216405644355334467
Binary1011010111000101110100010111010010011101101011011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56274; }

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

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

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

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

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

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

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

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