#B4776E

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

Shades of Coral Tree #B4776E

Tints of Coral Tree #B4776E

Color information

#B4776E (or 0xB4776E) is unknown color: approx Coral Tree. HEX triplet: B4, 77 and 6E. RGB value is (180,119,110). Sum of RGB (Red+Green+Blue) = 180+119+110=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4776E is #4B8891. Grayscale: #888888. Windows color (decimal): -4950162 or 7239604. OLE color: 7239604.

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

Color convert

RGB180119110-
CMYK00.340.390.29
HSL7.71º31.82%56.86%-
HSV(B)7.71º38.89%70.59%-
XYZ28.2324.0217.9-
YUV136.21113.21159.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=44.01%
G=29.10%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011911000.340.390.297.7131.8256.86
HexB4776E022271D82039
Octal2641671560424735104071
Binary10110100111011111011100100010100111111011000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4776E; }

 p { color: rgb(180,119,110); }

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

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

 a { background-color: rgb(180,119,110); }

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

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

 span { border-color: rgb(180,119,110); }

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