#B56C6E

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

Shades of Turkish Rose #B56C6E

Tints of Turkish Rose #B56C6E

Color information

#B56C6E (or 0xB56C6E) is unknown color: approx Turkish Rose. HEX triplet: B5, 6C and 6E. RGB value is (181,108,110). Sum of RGB (Red+Green+Blue) = 181+108+110=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C6E is #4A9391. Grayscale: #828282. Windows color (decimal): -4887442 or 7236789. OLE color: 7236789.

HSL color Cylindrical-coordinate representation of color #B56C6E: hue angle of 358.36º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56C6E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181108110-
CMYK00.400.390.29
HSL358.36º33.03%56.67%-
HSV(B)358.36º40.33%70.98%-
XYZ27.2321.6717.5-
YUV130.05116.68164.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=45.36%
G=27.07%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110811000.400.390.29358.3633.0356.67
HexB56C6E028271D1662139
Octal26515415605047355464171
Binary1011010111011001101110010100010011111101101100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C6E; }

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

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

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

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

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

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

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

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