#B26862

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

Shades of Coral Tree #B26862

Tints of Coral Tree #B26862

Color information

#B26862 (or 0xB26862) is unknown color: approx Coral Tree. HEX triplet: B2, 68 and 62. RGB value is (178,104,98). Sum of RGB (Red+Green+Blue) = 178+104+98=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B26862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26862 is #4D979D. Grayscale: #7D7D7D. Windows color (decimal): -5085086 or 6449330. OLE color: 6449330.

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

Color convert

RGB17810498-
CMYK00.420.450.30
HSL4.5º34.19%54.12%-
HSV(B)4.5º44.94%69.8%-
XYZ25.5220.2514.12-
YUV125.44112.52165.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=46.84%
G=27.37%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781049800.420.450.304.534.1954.12
HexB2686202A2D1E52236
Octal262150142052553654266
Binary1011001011010001100010010101010110111110101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26862; }

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

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

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

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

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

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

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

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