#B0726B

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

Shades of Coral Tree #B0726B

Tints of Coral Tree #B0726B

Color information

#B0726B (or 0xB0726B) is unknown color: approx Coral Tree. HEX triplet: B0, 72 and 6B. RGB value is (176,114,107). Sum of RGB (Red+Green+Blue) = 176+114+107=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0726B is #4F8D94. Grayscale: #838383. Windows color (decimal): -5213589 or 7041712. OLE color: 7041712.

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

Color convert

RGB176114107-
CMYK00.350.390.31
HSL6.09º30.4%55.49%-
HSV(B)6.09º39.2%69.02%-
XYZ26.5822.3316.82-
YUV131.74114.04159.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=44.33%
G=28.72%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611410700.350.390.316.0930.455.49
HexB0726B023271F61e37
Octal260162153043473763667
Binary101100001110010110101101000111001111111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0726B; }

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

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

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

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

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

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

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

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