#B4796A

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

Shades of Coral Tree #B4796A

Tints of Coral Tree #B4796A

Color information

#B4796A (or 0xB4796A) is unknown color: approx Coral Tree. HEX triplet: B4, 79 and 6A. RGB value is (180,121,106). Sum of RGB (Red+Green+Blue) = 180+121+106=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4796A is #4B8695. Grayscale: #898989. Windows color (decimal): -4949654 or 6977972. OLE color: 6977972.

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

Color convert

RGB180121106-
CMYK00.330.410.29
HSL12.16º33.04%56.08%-
HSV(B)12.16º41.11%70.59%-
XYZ28.2624.4216.86-
YUV136.93110.55158.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=44.23%
G=29.73%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012110600.330.410.2912.1633.0456.08
HexB4796A021291Dc2138
Octal2641711520415135144170
Binary10110100111100111010100100001101001111011100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4796A; }

 p { color: rgb(180,121,106); }

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

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

 a { background-color: rgb(180,121,106); }

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

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

 span { border-color: rgb(180,121,106); }

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