#B56F6D

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

Shades of Coral Tree #B56F6D

Tints of Coral Tree #B56F6D

Color information

#B56F6D (or 0xB56F6D) is unknown color: approx Coral Tree. HEX triplet: B5, 6F and 6D. RGB value is (181,111,109). Sum of RGB (Red+Green+Blue) = 181+111+109=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F6D is #4A9092. Grayscale: #838383. Windows color (decimal): -4886675 or 7172021. OLE color: 7172021.

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

Color convert

RGB181111109-
CMYK00.390.400.29
HSL1.67º32.73%56.86%-
HSV(B)1.67º39.78%70.98%-
XYZ27.522.317.32-
YUV131.7115.19163.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=45.14%
G=27.68%
B=27.18%

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
Decimal18111110900.390.400.291.6732.7356.86
HexB56F6D027281D22139
Octal265157155047503524171
Binary101101011101111110110101001111010001110110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F6D; }

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

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

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

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

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

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

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

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