#B56977

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

Shades of Turkish Rose #B56977

Tints of Turkish Rose #B56977

Color information

#B56977 (or 0xB56977) is unknown color: approx Turkish Rose. HEX triplet: B5, 69 and 77. RGB value is (181,105,119). Sum of RGB (Red+Green+Blue) = 181+105+119=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B56977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56977 is #4A9688. Grayscale: #818181. Windows color (decimal): -4888201 or 7825845. OLE color: 7825845.

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

Color convert

RGB181105119-
CMYK00.420.340.29
HSL348.95º33.93%56.08%-
HSV(B)348.95º41.99%70.98%-
XYZ27.4421.2620.11-
YUV129.32122.18164.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=44.69%
G=25.93%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110511900.420.340.29348.9533.9356.08
HexB5697702A221D15d2238
Octal26515116705242355354270
Binary1011010111010011110111010101010001011101101011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56977; }

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

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

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

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

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

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

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

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