#B26E63

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

Shades of Coral Tree #B26E63

Tints of Coral Tree #B26E63

Color information

#B26E63 (or 0xB26E63) is unknown color: approx Coral Tree. HEX triplet: B2, 6E and 63. RGB value is (178,110,99). Sum of RGB (Red+Green+Blue) = 178+110+99=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E63 is #4D919C. Grayscale: #818181. Windows color (decimal): -5083549 or 6516402. OLE color: 6516402.

HSL color Cylindrical-coordinate representation of color #B26E63: hue angle of 8.35º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26E63 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17811099-
CMYK00.380.440.30
HSL8.35º33.91%54.31%-
HSV(B)8.35º44.38%69.8%-
XYZ26.1921.5214.58-
YUV129.08111.03162.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=45.99%
G=28.42%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781109900.380.440.308.3533.9154.31
HexB26E630262C1E82236
Octal2621561430465436104266
Binary10110010110111011000110100110101100111101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E63; }

 p { color: rgb(178,110,99); }

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

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

 a { background-color: rgb(178,110,99); }

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

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

 span { border-color: rgb(178,110,99); }

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