#B26560

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

Shades of Coral Tree #B26560

Tints of Coral Tree #B26560

Color information

#B26560 (or 0xB26560) is unknown color: approx Coral Tree. HEX triplet: B2, 65 and 60. RGB value is (178,101,96). Sum of RGB (Red+Green+Blue) = 178+101+96=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B26560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26560 is #4D9A9F. Grayscale: #7B7B7B. Windows color (decimal): -5085856 or 6317490. OLE color: 6317490.

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

Color convert

RGB17810196-
CMYK00.430.460.30
HSL3.66º34.75%53.73%-
HSV(B)3.66º46.07%69.8%-
XYZ25.1319.6213.53-
YUV123.45112.51166.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=47.47%
G=26.93%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781019600.430.460.303.6634.7553.73
HexB2656002B2E1E42336
Octal262145140053563644366
Binary1011001011001011100000010101110111011110100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26560; }

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

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

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

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

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

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

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

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