#B56676

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

Shades of Turkish Rose #B56676

Tints of Turkish Rose #B56676

Color information

#B56676 (or 0xB56676) is unknown color: approx Turkish Rose. HEX triplet: B5, 66 and 76. RGB value is (181,102,118). Sum of RGB (Red+Green+Blue) = 181+102+118=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B56676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56676 is #4A9989. Grayscale: #7F7F7F. Windows color (decimal): -4888970 or 7759541. OLE color: 7759541.

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

Color convert

RGB181102118-
CMYK00.440.350.29
HSL347.85º34.8%55.49%-
HSV(B)347.85º43.65%70.98%-
XYZ27.0820.6319.7-
YUV127.44122.67166.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=45.14%
G=25.44%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110211800.440.350.29347.8534.855.49
HexB5667602C231D15c2337
Octal26514616605443355344367
Binary1011010111001101110110010110010001111101101011100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56676; }

 p { color: rgb(181,102,118); }

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

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

 a { background-color: rgb(181,102,118); }

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

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

 span { border-color: rgb(181,102,118); }

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