#B0726D

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

Shades of Coral Tree #B0726D

Tints of Coral Tree #B0726D

Color information

#B0726D (or 0xB0726D) is unknown color: approx Coral Tree. HEX triplet: B0, 72 and 6D. RGB value is (176,114,109). Sum of RGB (Red+Green+Blue) = 176+114+109=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0726D is #4F8D92. Grayscale: #848484. Windows color (decimal): -5213587 or 7172784. OLE color: 7172784.

HSL color Cylindrical-coordinate representation of color #B0726D: hue angle of 4.48º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0726D is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB176114109-
CMYK00.350.380.31
HSL4.48º29.78%55.88%-
HSV(B)4.48º38.07%69.02%-
XYZ26.6822.3717.38-
YUV131.97115.04159.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=44.11%
G=28.57%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611410900.350.380.314.4829.7855.88
HexB0726D023261F41e38
Octal260162155043463743670
Binary101100001110010110110101000111001101111110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0726D; }

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

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

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

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

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

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

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

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