#B6796B

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

Shades of Coral Tree #B6796B

Tints of Coral Tree #B6796B

Color information

#B6796B (or 0xB6796B) is unknown color: approx Coral Tree. HEX triplet: B6, 79 and 6B. RGB value is (182,121,107). Sum of RGB (Red+Green+Blue) = 182+121+107=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6796B is #498694. Grayscale: #898989. Windows color (decimal): -4818581 or 7043510. OLE color: 7043510.

HSL color Cylindrical-coordinate representation of color #B6796B: hue angle of 11.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6796B is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182121107-
CMYK00.340.410.29
HSL11.2º33.94%56.67%-
HSV(B)11.2º41.21%71.37%-
XYZ28.7824.6817.16-
YUV137.64110.71159.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=44.39%
G=29.51%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212110700.340.410.2911.233.9456.67
HexB6796B022291Db2239
Octal2661711530425135134271
Binary10110110111100111010110100010101001111011011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6796B; }

 p { color: rgb(182,121,107); }

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

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

 a { background-color: rgb(182,121,107); }

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

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

 span { border-color: rgb(182,121,107); }

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