#B56A6E

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

Shades of Turkish Rose #B56A6E

Tints of Turkish Rose #B56A6E

Color information

#B56A6E (or 0xB56A6E) is unknown color: approx Turkish Rose. HEX triplet: B5, 6A and 6E. RGB value is (181,106,110). Sum of RGB (Red+Green+Blue) = 181+106+110=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A6E is #4A9591. Grayscale: #808080. Windows color (decimal): -4887954 or 7236277. OLE color: 7236277.

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

Color convert

RGB181106110-
CMYK00.410.390.29
HSL356.8º33.63%56.27%-
HSV(B)356.8º41.44%70.98%-
XYZ27.0221.2617.43-
YUV128.88117.35165.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=45.59%
G=26.70%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110611000.410.390.29356.833.6356.27
HexB56A6E029271D1652238
Octal26515215605147355454270
Binary1011010111010101101110010100110011111101101100101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A6E; }

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

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

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

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

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

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

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

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