#B46560

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

Shades of Coral Tree #B46560

Tints of Coral Tree #B46560

Color information

#B46560 (or 0xB46560) is unknown color: approx Coral Tree. HEX triplet: B4, 65 and 60. RGB value is (180,101,96). Sum of RGB (Red+Green+Blue) = 180+101+96=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B46560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46560 is #4B9A9F. Grayscale: #7C7C7C. Windows color (decimal): -4954784 or 6317492. OLE color: 6317492.

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

Color convert

RGB18010196-
CMYK00.440.470.29
HSL3.57º35.9%54.12%-
HSV(B)3.57º46.67%70.59%-
XYZ25.5919.8613.55-
YUV124.05112.17167.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=47.75%
G=26.79%
B=25.46%

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
Decimal1801019600.440.470.293.5735.954.12
HexB4656002C2F1D42436
Octal264145140054573544466
Binary1011010011001011100000010110010111111101100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46560; }

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

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

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

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

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

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

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

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