#B26363

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

Shades of Coral Tree #B26363

Tints of Coral Tree #B26363

Color information

#B26363 (or 0xB26363) is unknown color: approx Coral Tree. HEX triplet: B2, 63 and 63. RGB value is (178,99,99). Sum of RGB (Red+Green+Blue) = 178+99+99=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B26363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26363 is #4D9C9C. Grayscale: #7A7A7A. Windows color (decimal): -5086365 or 6513586. OLE color: 6513586.

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

Color convert

RGB1789999-
CMYK00.440.440.30
HSL33.91%54.31%-
HSV(B)44.38%69.8%-
XYZ25.0719.2914.21-
YUV122.62114.67167.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 99 (39.06% from 255) = 26.33%
R=47.34%
G=26.33%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178999900.440.440.30033.9154.31
HexB2636302C2C1E02236
Octal262143143054543604266
Binary10110010110001111000110101100101100111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26363; }

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

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

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

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

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

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

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

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