#B46C63

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

Shades of Coral Tree #B46C63

Tints of Coral Tree #B46C63

Color information

#B46C63 (or 0xB46C63) is unknown color: approx Coral Tree. HEX triplet: B4, 6C and 63. RGB value is (180,108,99). Sum of RGB (Red+Green+Blue) = 180+108+99=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C63 is #4B939C. Grayscale: #808080. Windows color (decimal): -4952989 or 6515892. OLE color: 6515892.

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

Color convert

RGB18010899-
CMYK00.400.450.29
HSL6.67º35.06%54.71%-
HSV(B)6.67º45%70.59%-
XYZ26.4421.3314.53-
YUV128.5111.35164.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=46.51%
G=27.91%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801089900.400.450.296.6735.0654.71
HexB46C630282D1D72337
Octal264154143050553574367
Binary1011010011011001100011010100010110111101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C63; }

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

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

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

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

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

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

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

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