#B26262

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

Shades of Coral Tree #B26262

Tints of Coral Tree #B26262

Color information

#B26262 (or 0xB26262) is unknown color: approx Coral Tree. HEX triplet: B2, 62 and 62. RGB value is (178,98,98). Sum of RGB (Red+Green+Blue) = 178+98+98=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B26262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26262 is #4D9D9D. Grayscale: #7A7A7A. Windows color (decimal): -5086622 or 6447794. OLE color: 6447794.

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

Color convert

RGB1789898-
CMYK00.450.450.30
HSL34.19%54.12%-
HSV(B)44.94%69.8%-
XYZ24.9319.0813.92-
YUV121.92114.5168-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.59%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 98 (38.67% from 255) = 26.20%
R=47.59%
G=26.20%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178989800.450.450.30034.1954.12
HexB2626202D2D1E02236
Octal262142142055553604266
Binary10110010110001011000100101101101101111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26262; }

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

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

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

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

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

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

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

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