#B47661

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

Shades of Coral Tree #B47661

Tints of Coral Tree #B47661

Color information

#B47661 (or 0xB47661) is unknown color: approx Coral Tree. HEX triplet: B4, 76 and 61. RGB value is (180,118,97). Sum of RGB (Red+Green+Blue) = 180+118+97=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B47661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47661 is #4B899E. Grayscale: #868686. Windows color (decimal): -4950431 or 6387380. OLE color: 6387380.

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

Color convert

RGB18011897-
CMYK00.340.460.29
HSL15.18º35.62%54.31%-
HSV(B)15.18º46.11%70.59%-
XYZ27.4623.5214.4-
YUV134.14107.04160.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=45.57%
G=29.87%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801189700.340.460.2915.1835.6254.31
HexB476610222E1Df2436
Octal2641661410425635174466
Binary10110100111011011000010100010101110111011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47661; }

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

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

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

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

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

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

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

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