#B0796F

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

Shades of Coral Tree #B0796F

Tints of Coral Tree #B0796F

Color information

#B0796F (or 0xB0796F) is unknown color: approx Coral Tree. HEX triplet: B0, 79 and 6F. RGB value is (176,121,111). Sum of RGB (Red+Green+Blue) = 176+121+111=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B0796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0796F is #4F8690. Grayscale: #888888. Windows color (decimal): -5211793 or 7305648. OLE color: 7305648.

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

Color convert

RGB176121111-
CMYK00.310.370.31
HSL9.23º29.15%56.27%-
HSV(B)9.23º36.93%69.02%-
XYZ27.6124.0518.23-
YUV136.3113.72156.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=43.14%
G=29.66%
B=27.21%

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
Decimal17612111100.310.370.319.2329.1556.27
HexB0796F01F251F91d38
Octal2601711570374537113570
Binary101100001111001110111101111110010111111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0796F; }

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

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

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

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

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

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

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

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