#B26B64

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

Shades of Coral Tree #B26B64

Tints of Coral Tree #B26B64

Color information

#B26B64 (or 0xB26B64) is unknown color: approx Coral Tree. HEX triplet: B2, 6B and 64. RGB value is (178,107,100). Sum of RGB (Red+Green+Blue) = 178+107+100=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B64 is #4D949B. Grayscale: #7F7F7F. Windows color (decimal): -5084316 or 6581170. OLE color: 6581170.

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

Color convert

RGB178107100-
CMYK00.400.440.30
HSL5.38º33.62%54.51%-
HSV(B)5.38º43.82%69.8%-
XYZ25.9220.914.72-
YUV127.43112.52164.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=46.23%
G=27.79%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810710000.400.440.305.3833.6254.51
HexB26B640282C1E52237
Octal262153144050543654267
Binary1011001011010111100100010100010110011110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B64; }

 p { color: rgb(178,107,100); }

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

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

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

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

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

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

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