#B47461

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

Shades of Coral Tree #B47461

Tints of Coral Tree #B47461

Color information

#B47461 (or 0xB47461) is unknown color: approx Coral Tree. HEX triplet: B4, 74 and 61. RGB value is (180,116,97). Sum of RGB (Red+Green+Blue) = 180+116+97=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B47461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47461 is #4B8B9E. Grayscale: #858585. Windows color (decimal): -4950943 or 6386868. OLE color: 6386868.

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

Color convert

RGB18011697-
CMYK00.360.460.29
HSL13.73º35.62%54.31%-
HSV(B)13.73º46.11%70.59%-
XYZ27.2323.0614.32-
YUV132.97107.7161.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=45.80%
G=29.52%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801169700.360.460.2913.7335.6254.31
HexB474610242E1De2436
Octal2641641410445635164466
Binary10110100111010011000010100100101110111011110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47461; }

 p { color: rgb(180,116,97); }

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

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

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

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

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

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

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