#B56C68

Color #B56C68 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #B56C68

Tints of Coral Tree #B56C68

Color information

#B56C68 (or 0xB56C68) is unknown color: approx Coral Tree. HEX triplet: B5, 6C and 68. RGB value is (181,108,104). Sum of RGB (Red+Green+Blue) = 181+108+104=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C68 is #4A9397. Grayscale: #818181. Windows color (decimal): -4887448 or 6843573. OLE color: 6843573.

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

Color convert

RGB181108104-
CMYK00.400.430.29
HSL3.12º34.22%55.88%-
HSV(B)3.12º42.54%70.98%-
XYZ26.9221.5515.84-
YUV129.37113.68164.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=46.06%
G=27.48%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110810400.400.430.293.1234.2255.88
HexB56C680282B1D32238
Octal265154150050533534270
Binary101101011101100110100001010001010111110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C68; }

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

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

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

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

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

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

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

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