#B47163

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

Shades of Coral Tree #B47163

Tints of Coral Tree #B47163

Color information

#B47163 (or 0xB47163) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 63. RGB value is (180,113,99). Sum of RGB (Red+Green+Blue) = 180+113+99=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B47163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47163 is #4B8E9C. Grayscale: #838383. Windows color (decimal): -4951709 or 6517172. OLE color: 6517172.

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

Color convert

RGB18011399-
CMYK00.370.450.29
HSL10.37º35.06%54.71%-
HSV(B)10.37º45%70.59%-
XYZ26.9822.4114.71-
YUV131.44109.7162.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=45.92%
G=28.83%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801139900.370.450.2910.3735.0654.71
HexB471630252D1Da2337
Octal2641611430455535124367
Binary10110100111000111000110100101101101111011010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47163; }

 p { color: rgb(180,113,99); }

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

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

 a { background-color: rgb(180,113,99); }

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

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

 span { border-color: rgb(180,113,99); }

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