#B56A65

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

Shades of Coral Tree #B56A65

Tints of Coral Tree #B56A65

Color information

#B56A65 (or 0xB56A65) is unknown color: approx Coral Tree. HEX triplet: B5, 6A and 65. RGB value is (181,106,101). Sum of RGB (Red+Green+Blue) = 181+106+101=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A65 is #4A959A. Grayscale: #7F7F7F. Windows color (decimal): -4887963 or 6646453. OLE color: 6646453.

HSL color Cylindrical-coordinate representation of color #B56A65: hue angle of 3.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56A65 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB181106101-
CMYK00.410.440.29
HSL3.75º35.09%55.29%-
HSV(B)3.75º44.2%70.98%-
XYZ26.5621.0714.98-
YUV127.85112.85165.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 106 (41.80% from 255) = 27.32%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=46.65%
G=27.32%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110610100.410.440.293.7535.0955.29
HexB56A650292C1D42337
Octal265152145051543544367
Binary1011010111010101100101010100110110011101100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A65; }

 p { color: rgb(181,106,101); }

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

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

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

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

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

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

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