#B4726A

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

Shades of Coral Tree #B4726A

Tints of Coral Tree #B4726A

Color information

#B4726A (or 0xB4726A) is unknown color: approx Coral Tree. HEX triplet: B4, 72 and 6A. RGB value is (180,114,106). Sum of RGB (Red+Green+Blue) = 180+114+106=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4726A is #4B8D95. Grayscale: #848484. Windows color (decimal): -4951446 or 6976180. OLE color: 6976180.

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

Color convert

RGB180114106-
CMYK00.370.410.29
HSL6.49º33.04%56.08%-
HSV(B)6.49º41.11%70.59%-
XYZ27.4422.7816.59-
YUV132.82112.87161.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=45%
G=28.5%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011410600.370.410.296.4933.0456.08
HexB4726A025291D62138
Octal264162152045513564170
Binary1011010011100101101010010010110100111101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4726A; }

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

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

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

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

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

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

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

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