#B26A5E

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

Shades of Coral Tree #B26A5E

Tints of Coral Tree #B26A5E

Color information

#B26A5E (or 0xB26A5E) is unknown color: approx Coral Tree. HEX triplet: B2, 6A and 5E. RGB value is (178,106,94). Sum of RGB (Red+Green+Blue) = 178+106+94=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26A5E is #4D95A1. Grayscale: #7E7E7E. Windows color (decimal): -5084578 or 6187698. OLE color: 6187698.

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

Color convert

RGB17810694-
CMYK00.400.470.30
HSL8.57º35.29%53.33%-
HSV(B)8.57º47.19%69.8%-
XYZ25.5320.5813.22-
YUV126.16109.85164.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=47.09%
G=28.04%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781069400.400.470.308.5735.2953.33
HexB26A5E0282F1E92335
Octal2621521360505736114365
Binary10110010110101010111100101000101111111101001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A5E; }

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

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

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

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

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

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

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

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