#B26C5E

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

Shades of Coral Tree #B26C5E

Tints of Coral Tree #B26C5E

Color information

#B26C5E (or 0xB26C5E) is unknown color: approx Coral Tree. HEX triplet: B2, 6C and 5E. RGB value is (178,108,94). Sum of RGB (Red+Green+Blue) = 178+108+94=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C5E is #4D93A1. Grayscale: #7F7F7F. Windows color (decimal): -5084066 or 6188210. OLE color: 6188210.

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

Color convert

RGB17810894-
CMYK00.390.470.30
HSL10º35.29%53.33%-
HSV(B)10º47.19%69.8%-
XYZ25.742113.29-
YUV127.33109.19164.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 94 (37.11% from 255) = 24.74%
R=46.84%
G=28.42%
B=24.74%

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
Decimal1781089400.390.470.301035.2953.33
HexB26C5E0272F1Ea2335
Octal2621541360475736124365
Binary10110010110110010111100100111101111111101010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C5E; }

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

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

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

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

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

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

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

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