#B56C5E

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

Shades of Coral Tree #B56C5E

Tints of Coral Tree #B56C5E

Color information

#B56C5E (or 0xB56C5E) is unknown color: approx Coral Tree. HEX triplet: B5, 6C and 5E. RGB value is (181,108,94). Sum of RGB (Red+Green+Blue) = 181+108+94=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C5E is #4A93A1. Grayscale: #808080. Windows color (decimal): -4887458 or 6188213. OLE color: 6188213.

HSL color Cylindrical-coordinate representation of color #B56C5E: hue angle of 9.66º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B56C5E is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18110894-
CMYK00.400.480.29
HSL9.66º37.02%53.92%-
HSV(B)9.66º48.07%70.98%-
XYZ26.4421.3613.32-
YUV128.23108.68165.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 108 (42.58% from 255) = 28.20%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=47.26%
G=28.20%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811089400.400.480.299.6637.0253.92
HexB56C5E028301Da2536
Octal2651541360506035124566
Binary10110101110110010111100101000110000111011010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C5E; }

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

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

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

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

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

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

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

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