#B56964

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

Shades of Coral Tree #B56964

Tints of Coral Tree #B56964

Color information

#B56964 (or 0xB56964) is unknown color: approx Coral Tree. HEX triplet: B5, 69 and 64. RGB value is (181,105,100). Sum of RGB (Red+Green+Blue) = 181+105+100=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B56964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56964 is #4A969B. Grayscale: #7F7F7F. Windows color (decimal): -4888220 or 6580661. OLE color: 6580661.

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

Color convert

RGB181105100-
CMYK00.420.450.29
HSL3.7º35.37%55.1%-
HSV(B)3.7º44.75%70.98%-
XYZ26.4120.8514.69-
YUV127.15112.68166.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 100 (39.45% from 255) = 25.91%
R=46.89%
G=27.20%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110510000.420.450.293.735.3755.1
HexB5696402A2D1D42337
Octal265151144052553544367
Binary1011010111010011100100010101010110111101100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56964; }

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

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

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

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

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

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

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

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