#B2796C

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

Shades of Coral Tree #B2796C

Tints of Coral Tree #B2796C

Color information

#B2796C (or 0xB2796C) is unknown color: approx Coral Tree. HEX triplet: B2, 79 and 6C. RGB value is (178,121,108). Sum of RGB (Red+Green+Blue) = 178+121+108=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2796C is #4D8693. Grayscale: #888888. Windows color (decimal): -5080724 or 7109042. OLE color: 7109042.

HSL color Cylindrical-coordinate representation of color #B2796C: hue angle of 11.14º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2796C is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB178121108-
CMYK00.320.390.30
HSL11.14º31.25%56.08%-
HSV(B)11.14º39.33%69.8%-
XYZ27.924.2217.39-
YUV136.56111.88157.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=43.73%
G=29.73%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812110800.320.390.3011.1431.2556.08
HexB2796C020271Eb1f38
Octal2621711540404736133770
Binary1011001011110011101100010000010011111110101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2796C; }

 p { color: rgb(178,121,108); }

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

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

 a { background-color: rgb(178,121,108); }

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

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

 span { border-color: rgb(178,121,108); }

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