#B46A65

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

Shades of Coral Tree #B46A65

Tints of Coral Tree #B46A65

Color information

#B46A65 (or 0xB46A65) is unknown color: approx Coral Tree. HEX triplet: B4, 6A and 65. RGB value is (180,106,101). Sum of RGB (Red+Green+Blue) = 180+106+101=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A65 is #4B959A. Grayscale: #7F7F7F. Windows color (decimal): -4953499 or 6646452. OLE color: 6646452.

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

Color convert

RGB180106101-
CMYK00.410.440.29
HSL3.8º34.5%55.1%-
HSV(B)3.8º43.89%70.59%-
XYZ26.3320.9514.97-
YUV127.56113.02165.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=46.51%
G=27.39%
B=26.10%

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
Decimal18010610100.410.440.293.834.555.1
HexB46A650292C1D42237
Octal264152145051543544267
Binary1011010011010101100101010100110110011101100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A65; }

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

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

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

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

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

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

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

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