#B56868

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

Shades of Coral Tree #B56868

Tints of Coral Tree #B56868

Color information

#B56868 (or 0xB56868) is unknown color: approx Coral Tree. HEX triplet: B5, 68 and 68. RGB value is (181,104,104). Sum of RGB (Red+Green+Blue) = 181+104+104=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B56868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56868 is #4A9797. Grayscale: #7F7F7F. Windows color (decimal): -4888472 or 6842549. OLE color: 6842549.

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

Color convert

RGB181104104-
CMYK00.430.430.29
HSL34.22%55.88%-
HSV(B)42.54%70.98%-
XYZ26.5120.7215.7-
YUV127.02115.01166.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=46.53%
G=26.74%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110410400.430.430.29034.2255.88
HexB5686802B2B1D02238
Octal265150150053533504270
Binary10110101110100011010000101011101011111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56868; }

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

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

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

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

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

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

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

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