#B4716E

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

Shades of Coral Tree #B4716E

Tints of Coral Tree #B4716E

Color information

#B4716E (or 0xB4716E) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 6E. RGB value is (180,113,110). Sum of RGB (Red+Green+Blue) = 180+113+110=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4716E is #4B8E91. Grayscale: #848484. Windows color (decimal): -4951698 or 7238068. OLE color: 7238068.

HSL color Cylindrical-coordinate representation of color #B4716E: hue angle of 2.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4716E is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180113110-
CMYK00.370.390.29
HSL2.57º31.82%56.86%-
HSV(B)2.57º38.89%70.59%-
XYZ27.5422.6417.67-
YUV132.69115.2161.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 110 (43.36% from 255) = 27.30%
R=44.67%
G=28.04%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011311000.370.390.292.5731.8256.86
HexB4716E025271D32039
Octal264161156045473534071
Binary101101001110001110111001001011001111110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4716E; }

 p { color: rgb(180,113,110); }

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

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

 a { background-color: rgb(180,113,110); }

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

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

 span { border-color: rgb(180,113,110); }

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