#B26D68

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

Shades of Coral Tree #B26D68

Tints of Coral Tree #B26D68

Color information

#B26D68 (or 0xB26D68) is unknown color: approx Coral Tree. HEX triplet: B2, 6D and 68. RGB value is (178,109,104). Sum of RGB (Red+Green+Blue) = 178+109+104=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D68 is #4D9297. Grayscale: #818181. Windows color (decimal): -5083800 or 6843826. OLE color: 6843826.

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

Color convert

RGB178109104-
CMYK00.390.420.30
HSL4.05º32.46%55.29%-
HSV(B)4.05º41.57%69.8%-
XYZ26.3321.415.84-
YUV129.06113.86162.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=45.52%
G=27.88%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810910400.390.420.304.0532.4655.29
HexB26D680272A1E42037
Octal262155150047523644067
Binary1011001011011011101000010011110101011110100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D68; }

 p { color: rgb(178,109,104); }

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

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

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

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

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

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

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