#B56B77

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

Shades of Turkish Rose #B56B77

Tints of Turkish Rose #B56B77

Color information

#B56B77 (or 0xB56B77) is unknown color: approx Turkish Rose. HEX triplet: B5, 6B and 77. RGB value is (181,107,119). Sum of RGB (Red+Green+Blue) = 181+107+119=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56B77 is #4A9488. Grayscale: #828282. Windows color (decimal): -4887689 or 7826357. OLE color: 7826357.

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

Color convert

RGB181107119-
CMYK00.410.340.29
HSL350.27º33.33%56.47%-
HSV(B)350.27º40.88%70.98%-
XYZ27.6421.6720.18-
YUV130.49121.52164.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 107 (42.19% from 255) = 26.29%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=44.47%
G=26.29%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110711900.410.340.29350.2733.3356.47
HexB56B77029221D15e2138
Octal26515316705142355364170
Binary1011010111010111110111010100110001011101101011110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B77; }

 p { color: rgb(181,107,119); }

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

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

 a { background-color: rgb(181,107,119); }

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

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

 span { border-color: rgb(181,107,119); }

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