#B47367

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

Shades of Coral Tree #B47367

Tints of Coral Tree #B47367

Color information

#B47367 (or 0xB47367) is unknown color: approx Coral Tree. HEX triplet: B4, 73 and 67. RGB value is (180,115,103). Sum of RGB (Red+Green+Blue) = 180+115+103=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B47367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47367 is #4B8C98. Grayscale: #858585. Windows color (decimal): -4951193 or 6779828. OLE color: 6779828.

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

Color convert

RGB180115103-
CMYK00.360.430.29
HSL9.35º33.92%55.49%-
HSV(B)9.35º42.78%70.59%-
XYZ27.422.9415.82-
YUV133.07111.03161.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 103 (40.62% from 255) = 25.88%
R=45.23%
G=28.89%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011510300.360.430.299.3533.9255.49
HexB473670242B1D92237
Octal2641631470445335114267
Binary10110100111001111001110100100101011111011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47367; }

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

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

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

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

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

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

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

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