#B46060

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

Shades of Coral Tree #B46060

Tints of Coral Tree #B46060

Color information

#B46060 (or 0xB46060) is unknown color: approx Coral Tree. HEX triplet: B4, 60 and 60. RGB value is (180,96,96). Sum of RGB (Red+Green+Blue) = 180+96+96=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B46060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46060 is #4B9F9F. Grayscale: #797979. Windows color (decimal): -4956064 or 6316212. OLE color: 6316212.

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

Color convert

RGB1809696-
CMYK00.470.470.29
HSL35.9%54.12%-
HSV(B)46.67%70.59%-
XYZ25.1218.9113.39-
YUV121.12113.83170-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=48.39%
G=25.81%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180969600.470.470.29035.954.12
HexB4606002F2F1D02436
Octal264140140057573504466
Binary10110100110000011000000101111101111111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46060; }

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

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

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

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

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

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

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

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