#B26059

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

Shades of Coral Tree #B26059

Tints of Coral Tree #B26059

Color information

#B26059 (or 0xB26059) is unknown color: approx Coral Tree. HEX triplet: B2, 60 and 59. RGB value is (178,96,89). Sum of RGB (Red+Green+Blue) = 178+96+89=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B26059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26059 is #4D9FA6. Grayscale: #777777. Windows color (decimal): -5087143 or 5857458. OLE color: 5857458.

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

Color convert

RGB1789689-
CMYK00.460.50.30
HSL4.72º36.63%52.35%-
HSV(B)4.72º50%69.8%-
XYZ24.3518.5511.75-
YUV119.72110.67169.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=49.04%
G=26.45%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178968900.460.50.304.7236.6352.35
HexB2605902E321E52534
Octal262140131056623654564
Binary1011001011000001011001010111011001011110101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26059; }

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

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

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

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

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

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

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

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