#B46B65

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

Shades of Coral Tree #B46B65

Tints of Coral Tree #B46B65

Color information

#B46B65 (or 0xB46B65) is unknown color: approx Coral Tree. HEX triplet: B4, 6B and 65. RGB value is (180,107,101). Sum of RGB (Red+Green+Blue) = 180+107+101=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B65 is #4B949A. Grayscale: #808080. Windows color (decimal): -4953243 or 6646708. OLE color: 6646708.

HSL color Cylindrical-coordinate representation of color #B46B65: hue angle of 4.56º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46B65 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180107101-
CMYK00.410.440.29
HSL4.56º34.5%55.1%-
HSV(B)4.56º43.89%70.59%-
XYZ26.4321.1615-
YUV128.14112.68164.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 107 (42.19% from 255) = 27.58%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=46.39%
G=27.58%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010710100.410.440.294.5634.555.1
HexB46B650292C1D52237
Octal264153145051543554267
Binary1011010011010111100101010100110110011101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B65; }

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

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

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

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

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

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

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

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