#B6776A

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

Shades of Coral Tree #B6776A

Tints of Coral Tree #B6776A

Color information

#B6776A (or 0xB6776A) is unknown color: approx Coral Tree. HEX triplet: B6, 77 and 6A. RGB value is (182,119,106). Sum of RGB (Red+Green+Blue) = 182+119+106=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6776A is #498895. Grayscale: #888888. Windows color (decimal): -4819094 or 6977462. OLE color: 6977462.

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

Color convert

RGB182119106-
CMYK00.350.420.29
HSL10.26º34.23%56.47%-
HSV(B)10.26º41.76%71.37%-
XYZ28.4924.1816.8-
YUV136.35110.87160.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 119 (46.88% from 255) = 29.24%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=44.72%
G=29.24%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211910600.350.420.2910.2634.2356.47
HexB6776A0232A1Da2238
Octal2661671520435235124270
Binary10110110111011111010100100011101010111011010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6776A; }

 p { color: rgb(182,119,106); }

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

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

 a { background-color: rgb(182,119,106); }

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

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

 span { border-color: rgb(182,119,106); }

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