#B26359

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

Shades of Coral Tree #B26359

Tints of Coral Tree #B26359

Color information

#B26359 (or 0xB26359) is unknown color: approx Coral Tree. HEX triplet: B2, 63 and 59. RGB value is (178,99,89). Sum of RGB (Red+Green+Blue) = 178+99+89=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B26359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26359 is #4D9CA6. Grayscale: #797979. Windows color (decimal): -5086375 or 5858226. OLE color: 5858226.

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

Color convert

RGB1789989-
CMYK00.440.50.30
HSL6.74º36.63%52.35%-
HSV(B)6.74º50%69.8%-
XYZ24.6319.1111.84-
YUV121.48109.67168.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=48.63%
G=27.05%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178998900.440.50.306.7436.6352.35
HexB2635902C321E72534
Octal262143131054623674564
Binary1011001011000111011001010110011001011110111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26359; }

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

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

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

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

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

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

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

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