#B56869

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

Shades of Turkish Rose #B56869

Tints of Turkish Rose #B56869

Color information

#B56869 (or 0xB56869) is unknown color: approx Turkish Rose. HEX triplet: B5, 68 and 69. RGB value is (181,104,105). Sum of RGB (Red+Green+Blue) = 181+104+105=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B56869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56869 is #4A9796. Grayscale: #7F7F7F. Windows color (decimal): -4888471 or 6908085. OLE color: 6908085.

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

Color convert

RGB181104105-
CMYK00.430.420.29
HSL359.22º34.22%55.88%-
HSV(B)359.22º42.54%70.98%-
XYZ26.5620.7415.97-
YUV127.14115.51166.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=46.41%
G=26.67%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110410500.430.420.29359.2234.2255.88
HexB5686902B2A1D1672238
Octal26515015105352355474270
Binary1011010111010001101001010101110101011101101100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56869; }

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

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

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

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

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

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

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

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