#B46E5F

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

Shades of Coral Tree #B46E5F

Tints of Coral Tree #B46E5F

Color information

#B46E5F (or 0xB46E5F) is unknown color: approx Coral Tree. HEX triplet: B4, 6E and 5F. RGB value is (180,110,95). Sum of RGB (Red+Green+Blue) = 180+110+95=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E5F is #4B91A0. Grayscale: #818181. Windows color (decimal): -4952481 or 6254260. OLE color: 6254260.

HSL color Cylindrical-coordinate representation of color #B46E5F: hue angle of 10.59º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46E5F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18011095-
CMYK00.390.470.29
HSL10.59º36.17%53.92%-
HSV(B)10.59º47.22%70.59%-
XYZ26.4621.6813.62-
YUV129.22108.69164.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=46.75%
G=28.57%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801109500.390.470.2910.5936.1753.92
HexB46E5F0272F1Db2436
Octal2641561370475735134466
Binary10110100110111010111110100111101111111011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E5F; }

 p { color: rgb(180,110,95); }

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

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

 a { background-color: rgb(180,110,95); }

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

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

 span { border-color: rgb(180,110,95); }

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