#B4766E

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

Shades of Coral Tree #B4766E

Tints of Coral Tree #B4766E

Color information

#B4766E (or 0xB4766E) is unknown color: approx Coral Tree. HEX triplet: B4, 76 and 6E. RGB value is (180,118,110). Sum of RGB (Red+Green+Blue) = 180+118+110=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4766E is #4B8991. Grayscale: #878787. Windows color (decimal): -4950418 or 7239348. OLE color: 7239348.

HSL color Cylindrical-coordinate representation of color #B4766E: hue angle of 6.86º 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 #B4766E is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180118110-
CMYK00.340.390.29
HSL6.86º31.82%56.86%-
HSV(B)6.86º38.89%70.59%-
XYZ28.1223.7917.86-
YUV135.63113.54159.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=44.12%
G=28.92%
B=26.96%

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
Decimal18011811000.340.390.296.8631.8256.86
HexB4766E022271D72039
Octal264166156042473574071
Binary1011010011101101101110010001010011111101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4766E; }

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

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

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

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

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

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

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

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