#B56B5F

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

Shades of Coral Tree #B56B5F

Tints of Coral Tree #B56B5F

Color information

#B56B5F (or 0xB56B5F) is unknown color: approx Coral Tree. HEX triplet: B5, 6B and 5F. RGB value is (181,107,95). Sum of RGB (Red+Green+Blue) = 181+107+95=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56B5F is #4A94A0. Grayscale: #7F7F7F. Windows color (decimal): -4887713 or 6253493. OLE color: 6253493.

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

Color convert

RGB18110795-
CMYK00.410.480.29
HSL8.37º36.75%54.12%-
HSV(B)8.37º47.51%70.98%-
XYZ26.3821.1713.52-
YUV127.76109.52165.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=47.26%
G=27.94%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811079500.410.480.298.3736.7554.12
HexB56B5F029301D82536
Octal2651531370516035104566
Binary10110101110101110111110101001110000111011000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B5F; }

 p { color: rgb(181,107,95); }

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

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

 a { background-color: rgb(181,107,95); }

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

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

 span { border-color: rgb(181,107,95); }

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