#B26866

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

Shades of Coral Tree #B26866

Tints of Coral Tree #B26866

Color information

#B26866 (or 0xB26866) is unknown color: approx Coral Tree. HEX triplet: B2, 68 and 66. RGB value is (178,104,102). Sum of RGB (Red+Green+Blue) = 178+104+102=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B26866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26866 is #4D9799. Grayscale: #7D7D7D. Windows color (decimal): -5085082 or 6711474. OLE color: 6711474.

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

Color convert

RGB178104102-
CMYK00.420.430.30
HSL1.58º33.04%54.9%-
HSV(B)1.58º42.7%69.8%-
XYZ25.7120.3215.14-
YUV125.9114.52165.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=46.35%
G=27.08%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810410200.420.430.301.5833.0454.9
HexB2686602A2B1E22137
Octal262150146052533624167
Binary101100101101000110011001010101010111111010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26866; }

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

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

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

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

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

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

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

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