#B46C60

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

Shades of Coral Tree #B46C60

Tints of Coral Tree #B46C60

Color information

#B46C60 (or 0xB46C60) is unknown color: approx Coral Tree. HEX triplet: B4, 6C and 60. RGB value is (180,108,96). Sum of RGB (Red+Green+Blue) = 180+108+96=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C60 is #4B939F. Grayscale: #808080. Windows color (decimal): -4952992 or 6319284. OLE color: 6319284.

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

Color convert

RGB18010896-
CMYK00.400.470.29
HSL8.57º35.9%54.12%-
HSV(B)8.57º46.67%70.59%-
XYZ26.321.2713.79-
YUV128.16109.85164.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 96 (37.89% from 255) = 25%
R=46.88%
G=28.12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801089600.400.470.298.5735.954.12
HexB46C600282F1D92436
Octal2641541400505735114466
Binary10110100110110011000000101000101111111011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C60; }

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

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

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

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

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

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

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

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