#B0796E

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

Shades of Coral Tree #B0796E

Tints of Coral Tree #B0796E

Color information

#B0796E (or 0xB0796E) is unknown color: approx Coral Tree. HEX triplet: B0, 79 and 6E. RGB value is (176,121,110). Sum of RGB (Red+Green+Blue) = 176+121+110=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0796E is #4F8691. Grayscale: #888888. Windows color (decimal): -5211794 or 7240112. OLE color: 7240112.

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

Color convert

RGB176121110-
CMYK00.310.370.31
HSL10º29.46%56.08%-
HSV(B)10º37.5%69.02%-
XYZ27.5624.0317.94-
YUV136.19113.22156.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=43.24%
G=29.73%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612111000.310.370.311029.4656.08
HexB0796E01F251Fa1d38
Octal2601711560374537123570
Binary101100001111001110111001111110010111111101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0796E; }

 p { color: rgb(176,121,110); }

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

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

 a { background-color: rgb(176,121,110); }

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

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

 span { border-color: rgb(176,121,110); }

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