#B46460

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

Shades of Coral Tree #B46460

Tints of Coral Tree #B46460

Color information

#B46460 (or 0xB46460) is unknown color: approx Coral Tree. HEX triplet: B4, 64 and 60. RGB value is (180,100,96). Sum of RGB (Red+Green+Blue) = 180+100+96=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B46460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46460 is #4B9B9F. Grayscale: #7B7B7B. Windows color (decimal): -4955040 or 6317236. OLE color: 6317236.

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

Color convert

RGB18010096-
CMYK00.440.470.29
HSL2.86º35.9%54.12%-
HSV(B)2.86º46.67%70.59%-
XYZ25.4919.6613.52-
YUV123.46112.5168.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=47.87%
G=26.60%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801009600.440.470.292.8635.954.12
HexB4646002C2F1D32436
Octal264144140054573534466
Binary101101001100100110000001011001011111110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46460; }

 p { color: rgb(180,100,96); }

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

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

 a { background-color: rgb(180,100,96); }

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

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

 span { border-color: rgb(180,100,96); }

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