#B56775

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

Shades of Turkish Rose #B56775

Tints of Turkish Rose #B56775

Color information

#B56775 (or 0xB56775) is unknown color: approx Turkish Rose. HEX triplet: B5, 67 and 75. RGB value is (181,103,117). Sum of RGB (Red+Green+Blue) = 181+103+117=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B56775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56775 is #4A988A. Grayscale: #7F7F7F. Windows color (decimal): -4888715 or 7694261. OLE color: 7694261.

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

Color convert

RGB181103117-
CMYK00.430.350.29
HSL349.23º34.51%55.69%-
HSV(B)349.23º43.09%70.98%-
XYZ27.1220.8119.42-
YUV127.92121.84165.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=45.14%
G=25.69%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110311700.430.350.29349.2334.5155.69
HexB5677502B231D15d2338
Octal26514716505343355354370
Binary1011010111001111110101010101110001111101101011101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56775; }

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

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

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

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

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

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

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

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