#B26963

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

Shades of Coral Tree #B26963

Tints of Coral Tree #B26963

Color information

#B26963 (or 0xB26963) is unknown color: approx Coral Tree. HEX triplet: B2, 69 and 63. RGB value is (178,105,99). Sum of RGB (Red+Green+Blue) = 178+105+99=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B26963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26963 is #4D969C. Grayscale: #7E7E7E. Windows color (decimal): -5084829 or 6515122. OLE color: 6515122.

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

Color convert

RGB17810599-
CMYK00.410.440.30
HSL4.56º33.91%54.31%-
HSV(B)4.56º44.38%69.8%-
XYZ25.6620.4714.4-
YUV126.14112.68164.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 99 (39.06% from 255) = 25.92%
R=46.60%
G=27.49%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781059900.410.440.304.5633.9154.31
HexB269630292C1E52236
Octal262151143051543654266
Binary1011001011010011100011010100110110011110101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26963; }

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

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

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

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

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

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

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

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