#B26559

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

Shades of Coral Tree #B26559

Tints of Coral Tree #B26559

Color information

#B26559 (or 0xB26559) is unknown color: approx Coral Tree. HEX triplet: B2, 65 and 59. RGB value is (178,101,89). Sum of RGB (Red+Green+Blue) = 178+101+89=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B26559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26559 is #4D9AA6. Grayscale: #7A7A7A. Windows color (decimal): -5085863 or 5858738. OLE color: 5858738.

HSL color Cylindrical-coordinate representation of color #B26559: hue angle of 8.09º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26559 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB17810189-
CMYK00.430.50.30
HSL8.09º36.63%52.35%-
HSV(B)8.09º50%69.8%-
XYZ24.8219.4911.91-
YUV122.66109.01167.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 89 (35.16% from 255) = 24.18%
R=48.37%
G=27.45%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781018900.430.50.308.0936.6352.35
HexB2655902B321E82534
Octal2621451310536236104564
Binary10110010110010110110010101011110010111101000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26559; }

 p { color: rgb(178,101,89); }

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

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

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

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

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

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

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