#B46D63

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

Shades of Coral Tree #B46D63

Tints of Coral Tree #B46D63

Color information

#B46D63 (or 0xB46D63) is unknown color: approx Coral Tree. HEX triplet: B4, 6D and 63. RGB value is (180,109,99). Sum of RGB (Red+Green+Blue) = 180+109+99=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D63 is #4B929C. Grayscale: #818181. Windows color (decimal): -4952733 or 6516148. OLE color: 6516148.

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

Color convert

RGB18010999-
CMYK00.390.450.29
HSL7.41º35.06%54.71%-
HSV(B)7.41º45%70.59%-
XYZ26.5421.5414.56-
YUV129.09111.02164.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 109 (42.97% from 255) = 28.09%
BLUE value IS 99 (39.06% from 255) = 25.52%
R=46.39%
G=28.09%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801099900.390.450.297.4135.0654.71
HexB46D630272D1D72337
Octal264155143047553574367
Binary1011010011011011100011010011110110111101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D63; }

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

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

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

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

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

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

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

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