#B4726E

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

Shades of Coral Tree #B4726E

Tints of Coral Tree #B4726E

Color information

#B4726E (or 0xB4726E) is unknown color: approx Coral Tree. HEX triplet: B4, 72 and 6E. RGB value is (180,114,110). Sum of RGB (Red+Green+Blue) = 180+114+110=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4726E is #4B8D91. Grayscale: #858585. Windows color (decimal): -4951442 or 7238324. OLE color: 7238324.

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

Color convert

RGB180114110-
CMYK00.370.390.29
HSL3.43º31.82%56.86%-
HSV(B)3.43º38.89%70.59%-
XYZ27.6522.8617.71-
YUV133.28114.87161.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=44.55%
G=28.22%
B=27.23%

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
Decimal18011411000.370.390.293.4331.8256.86
HexB4726E025271D32039
Octal264162156045473534071
Binary101101001110010110111001001011001111110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4726E; }

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

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

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

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

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

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

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

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