#B26360

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

Shades of Coral Tree #B26360

Tints of Coral Tree #B26360

Color information

#B26360 (or 0xB26360) is unknown color: approx Coral Tree. HEX triplet: B2, 63 and 60. RGB value is (178,99,96). Sum of RGB (Red+Green+Blue) = 178+99+96=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B26360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26360 is #4D9C9F. Grayscale: #7A7A7A. Windows color (decimal): -5086368 or 6316978. OLE color: 6316978.

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

Color convert

RGB1789996-
CMYK00.440.460.30
HSL2.2º34.75%53.73%-
HSV(B)2.2º46.07%69.8%-
XYZ24.9319.2313.46-
YUV122.28113.17167.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=47.72%
G=26.54%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178999600.440.460.302.234.7553.73
HexB2636002C2E1E22336
Octal262143140054563624366
Binary101100101100011110000001011001011101111010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26360; }

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

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

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

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

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

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

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

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