#B56B6C

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

Shades of Turkish Rose #B56B6C

Tints of Turkish Rose #B56B6C

Color information

#B56B6C (or 0xB56B6C) is unknown color: approx Turkish Rose. HEX triplet: B5, 6B and 6C. RGB value is (181,107,108). Sum of RGB (Red+Green+Blue) = 181+107+108=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56B6C is #4A9493. Grayscale: #818181. Windows color (decimal): -4887700 or 7105461. OLE color: 7105461.

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

Color convert

RGB181107108-
CMYK00.410.400.29
HSL359.19º33.33%56.47%-
HSV(B)359.19º40.88%70.98%-
XYZ27.0221.4216.9-
YUV129.24116.02164.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 107 (42.19% from 255) = 27.02%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=45.71%
G=27.02%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110710800.410.400.29359.1933.3356.47
HexB56B6C029281D1672138
Octal26515315405150355474170
Binary1011010111010111101100010100110100011101101100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B6C; }

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

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

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

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

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

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

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

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