#B56E6D

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

Shades of Coral Tree #B56E6D

Tints of Coral Tree #B56E6D

Color information

#B56E6D (or 0xB56E6D) is unknown color: approx Coral Tree. HEX triplet: B5, 6E and 6D. RGB value is (181,110,109). Sum of RGB (Red+Green+Blue) = 181+110+109=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E6D is #4A9192. Grayscale: #838383. Windows color (decimal): -4886931 or 7171765. OLE color: 7171765.

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

Color convert

RGB181110109-
CMYK00.390.400.29
HSL0.83º32.73%56.86%-
HSV(B)0.83º39.78%70.98%-
XYZ27.3922.0817.29-
YUV131.11115.52163.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 110 (43.36% from 255) = 27.5%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=45.25%
G=27.5%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111010900.390.400.290.8332.7356.86
HexB56E6D027281D12139
Octal265156155047503514171
Binary10110101110111011011010100111101000111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E6D; }

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

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

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

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

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

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

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

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