#B56A69

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

Shades of Coral Tree #B56A69

Tints of Coral Tree #B56A69

Color information

#B56A69 (or 0xB56A69) is unknown color: approx Coral Tree. HEX triplet: B5, 6A and 69. RGB value is (181,106,105). Sum of RGB (Red+Green+Blue) = 181+106+105=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A69 is #4A9596. Grayscale: #808080. Windows color (decimal): -4887959 or 6908597. OLE color: 6908597.

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

Color convert

RGB181106105-
CMYK00.410.420.29
HSL0.79º33.93%56.08%-
HSV(B)0.79º41.99%70.98%-
XYZ26.7621.1516.04-
YUV128.31114.85165.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=46.17%
G=27.04%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110610500.410.420.290.7933.9356.08
HexB56A690292A1D12238
Octal265152151051523514270
Binary10110101110101011010010101001101010111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A69; }

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

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

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

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

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

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

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

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