#B47260

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

Shades of Coral Tree #B47260

Tints of Coral Tree #B47260

Color information

#B47260 (or 0xB47260) is unknown color: approx Coral Tree. HEX triplet: B4, 72 and 60. RGB value is (180,114,96). Sum of RGB (Red+Green+Blue) = 180+114+96=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B47260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47260 is #4B8D9F. Grayscale: #838383. Windows color (decimal): -4951456 or 6320820. OLE color: 6320820.

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

Color convert

RGB18011496-
CMYK00.370.470.29
HSL12.86º35.9%54.12%-
HSV(B)12.86º46.67%70.59%-
XYZ26.9522.5814-
YUV131.68107.87162.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=46.15%
G=29.23%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801149600.370.470.2912.8635.954.12
HexB472600252F1Dd2436
Octal2641621400455735154466
Binary10110100111001011000000100101101111111011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47260; }

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

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

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

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

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

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

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

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