#B26258

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

Shades of Coral Tree #B26258

Tints of Coral Tree #B26258

Color information

#B26258 (or 0xB26258) is unknown color: approx Coral Tree. HEX triplet: B2, 62 and 58. RGB value is (178,98,88). Sum of RGB (Red+Green+Blue) = 178+98+88=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B26258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26258 is #4D9DA7. Grayscale: #787878. Windows color (decimal): -5086632 or 5792434. OLE color: 5792434.

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

Color convert

RGB1789888-
CMYK00.450.510.30
HSL6.67º36.89%52.16%-
HSV(B)6.67º50.56%69.8%-
XYZ24.4918.911.59-
YUV120.78109.5168.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=48.90%
G=26.92%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178988800.450.510.306.6736.8952.16
HexB2625802D331E72534
Octal262142130055633674564
Binary1011001011000101011000010110111001111110111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26258; }

 p { color: rgb(178,98,88); }

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

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

 a { background-color: rgb(178,98,88); }

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

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

 span { border-color: rgb(178,98,88); }

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