#B56774

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

Shades of Turkish Rose #B56774

Tints of Turkish Rose #B56774

Color information

#B56774 (or 0xB56774) is unknown color: approx Turkish Rose. HEX triplet: B5, 67 and 74. RGB value is (181,103,116). Sum of RGB (Red+Green+Blue) = 181+103+116=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B56774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56774 is #4A988B. Grayscale: #7F7F7F. Windows color (decimal): -4888716 or 7628725. OLE color: 7628725.

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

Color convert

RGB181103116-
CMYK00.430.360.29
HSL350º34.51%55.69%-
HSV(B)350º43.09%70.98%-
XYZ27.0620.7919.11-
YUV127.8121.34165.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 116 (45.70% from 255) = 29%
R=45.25%
G=25.75%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110311600.430.360.2935034.5155.69
HexB5677402B241D15e2338
Octal26514716405344355364370
Binary1011010111001111110100010101110010011101101011110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56774; }

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

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

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

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

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

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

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

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