#B26D5E

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

Shades of Coral Tree #B26D5E

Tints of Coral Tree #B26D5E

Color information

#B26D5E (or 0xB26D5E) is unknown color: approx Coral Tree. HEX triplet: B2, 6D and 5E. RGB value is (178,109,94). Sum of RGB (Red+Green+Blue) = 178+109+94=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D5E is #4D92A1. Grayscale: #808080. Windows color (decimal): -5083810 or 6188466. OLE color: 6188466.

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

Color convert

RGB17810994-
CMYK00.390.470.30
HSL10.71º35.29%53.33%-
HSV(B)10.71º47.19%69.8%-
XYZ25.8521.2113.32-
YUV127.92108.86163.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 109 (42.97% from 255) = 28.61%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=46.72%
G=28.61%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781099400.390.470.3010.7135.2953.33
HexB26D5E0272F1Eb2335
Octal2621551360475736134365
Binary10110010110110110111100100111101111111101011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D5E; }

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

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

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

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

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

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

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

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