#B46B63

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

Shades of Coral Tree #B46B63

Tints of Coral Tree #B46B63

Color information

#B46B63 (or 0xB46B63) is unknown color: approx Coral Tree. HEX triplet: B4, 6B and 63. RGB value is (180,107,99). Sum of RGB (Red+Green+Blue) = 180+107+99=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B63 is #4B949C. Grayscale: #808080. Windows color (decimal): -4953245 or 6515636. OLE color: 6515636.

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

Color convert

RGB18010799-
CMYK00.410.450.29
HSL5.93º35.06%54.71%-
HSV(B)5.93º45%70.59%-
XYZ26.3321.1214.49-
YUV127.92111.68165.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 107 (42.19% from 255) = 27.72%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=46.63%
G=27.72%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801079900.410.450.295.9335.0654.71
HexB46B630292D1D62337
Octal264153143051553564367
Binary1011010011010111100011010100110110111101110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B63; }

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

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

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

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

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

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

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

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