#b26f61

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

Shades of Coral Tree #B26F61

Tints of Coral Tree #B26F61

Color information

#B26F61 (or 0xB26F61) is unknown color: approx Coral Tree. HEX triplet: B2, 6F and 61. RGB value is (178,111,97). Sum of RGB (Red+Green+Blue) = 178+111+97=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F61 is #4D909E. Grayscale: #818181. Windows color (decimal): -5083295 or 6385586. OLE color: 6385586.

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

Color convert

RGB17811197-
CMYK00.380.460.30
HSL10.37º34.47%53.92%-
HSV(B)10.37º45.51%69.8%-
XYZ26.221.714.12-
YUV129.44109.7162.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=46.11%
G=28.76%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781119700.380.460.3010.3734.4753.92
HexB26F610262E1Ea2236
Octal2621571410465636124266
Binary10110010110111111000010100110101110111101010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26f61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26f61; }

 p { color: rgb(178,111,97); }

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

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

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

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

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

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

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