#B26E5E

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

Shades of Coral Tree #B26E5E

Tints of Coral Tree #B26E5E

Color information

#B26E5E (or 0xB26E5E) is unknown color: approx Coral Tree. HEX triplet: B2, 6E and 5E. RGB value is (178,110,94). Sum of RGB (Red+Green+Blue) = 178+110+94=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E5E is #4D91A1. Grayscale: #808080. Windows color (decimal): -5083554 or 6188722. OLE color: 6188722.

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

Color convert

RGB17811094-
CMYK00.380.470.30
HSL11.43º35.29%53.33%-
HSV(B)11.43º47.19%69.8%-
XYZ25.9621.4213.36-
YUV128.51108.53163.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 94 (37.11% from 255) = 24.61%
R=46.60%
G=28.80%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781109400.380.470.3011.4335.2953.33
HexB26E5E0262F1Eb2335
Octal2621561360465736134365
Binary10110010110111010111100100110101111111101011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E5E; }

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

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

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

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

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

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

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

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