#B4726D

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

Shades of Coral Tree #B4726D

Tints of Coral Tree #B4726D

Color information

#B4726D (or 0xB4726D) is unknown color: approx Coral Tree. HEX triplet: B4, 72 and 6D. RGB value is (180,114,109). Sum of RGB (Red+Green+Blue) = 180+114+109=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4726D is #4B8D92. Grayscale: #858585. Windows color (decimal): -4951443 or 7172788. OLE color: 7172788.

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

Color convert

RGB180114109-
CMYK00.370.390.29
HSL4.23º32.13%56.67%-
HSV(B)4.23º39.44%70.59%-
XYZ27.622.8417.42-
YUV133.16114.37161.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=44.67%
G=28.29%
B=27.05%

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
Decimal18011410900.370.390.294.2332.1356.67
HexB4726D025271D42039
Octal264162155045473544071
Binary1011010011100101101101010010110011111101100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4726D; }

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

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

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

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

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

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

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

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