#B47667

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

Shades of Coral Tree #B47667

Tints of Coral Tree #B47667

Color information

#B47667 (or 0xB47667) is unknown color: approx Coral Tree. HEX triplet: B4, 76 and 67. RGB value is (180,118,103). Sum of RGB (Red+Green+Blue) = 180+118+103=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B47667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47667 is #4B8998. Grayscale: #868686. Windows color (decimal): -4950425 or 6780596. OLE color: 6780596.

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

Color convert

RGB180118103-
CMYK00.340.430.29
HSL11.69º33.92%55.49%-
HSV(B)11.69º42.78%70.59%-
XYZ27.7523.6415.93-
YUV134.83110.04160.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=44.89%
G=29.43%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011810300.340.430.2911.6933.9255.49
HexB476670222B1Dc2237
Octal2641661470425335144267
Binary10110100111011011001110100010101011111011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47667; }

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

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

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

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

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

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

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

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