#B26D64

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

Shades of Coral Tree #B26D64

Tints of Coral Tree #B26D64

Color information

#B26D64 (or 0xB26D64) is unknown color: approx Coral Tree. HEX triplet: B2, 6D and 64. RGB value is (178,109,100). Sum of RGB (Red+Green+Blue) = 178+109+100=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D64 is #4D929B. Grayscale: #808080. Windows color (decimal): -5083804 or 6581682. OLE color: 6581682.

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

Color convert

RGB178109100-
CMYK00.390.440.30
HSL6.92º33.62%54.51%-
HSV(B)6.92º43.82%69.8%-
XYZ26.1321.3214.8-
YUV128.6111.86163.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=45.99%
G=28.17%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810910000.390.440.306.9233.6254.51
HexB26D640272C1E72237
Octal262155144047543674267
Binary1011001011011011100100010011110110011110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D64; }

 p { color: rgb(178,109,100); }

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

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

 a { background-color: rgb(178,109,100); }

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

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

 span { border-color: rgb(178,109,100); }

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