#B4726B

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

Shades of Coral Tree #B4726B

Tints of Coral Tree #B4726B

Color information

#B4726B (or 0xB4726B) is unknown color: approx Coral Tree. HEX triplet: B4, 72 and 6B. RGB value is (180,114,107). Sum of RGB (Red+Green+Blue) = 180+114+107=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4726B is #4B8D94. Grayscale: #858585. Windows color (decimal): -4951445 or 7041716. OLE color: 7041716.

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

Color convert

RGB180114107-
CMYK00.370.410.29
HSL5.75º32.74%56.27%-
HSV(B)5.75º40.56%70.59%-
XYZ27.4922.816.86-
YUV132.94113.37161.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=44.89%
G=28.43%
B=26.68%

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
Decimal18011410700.370.410.295.7532.7456.27
HexB4726B025291D62138
Octal264162153045513564170
Binary1011010011100101101011010010110100111101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4726B; }

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

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

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

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

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

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

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

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