#B26864

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

Shades of Coral Tree #B26864

Tints of Coral Tree #B26864

Color information

#B26864 (or 0xB26864) is unknown color: approx Coral Tree. HEX triplet: B2, 68 and 64. RGB value is (178,104,100). Sum of RGB (Red+Green+Blue) = 178+104+100=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B26864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26864 is #4D979B. Grayscale: #7D7D7D. Windows color (decimal): -5085084 or 6580402. OLE color: 6580402.

HSL color Cylindrical-coordinate representation of color #B26864: hue angle of 3.08º 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 #B26864 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB178104100-
CMYK00.420.440.30
HSL3.08º33.62%54.51%-
HSV(B)3.08º43.82%69.8%-
XYZ25.6120.2914.62-
YUV125.67113.52165.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=46.60%
G=27.23%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810410000.420.440.303.0833.6254.51
HexB2686402A2C1E32237
Octal262150144052543634267
Binary101100101101000110010001010101011001111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26864; }

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

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

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

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

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

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

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

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