#B26868

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

Shades of Coral Tree #B26868

Tints of Coral Tree #B26868

Color information

#B26868 (or 0xB26868) is unknown color: approx Coral Tree. HEX triplet: B2, 68 and 68. RGB value is (178,104,104). Sum of RGB (Red+Green+Blue) = 178+104+104=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B26868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26868 is #4D9797. Grayscale: #7E7E7E. Windows color (decimal): -5085080 or 6842546. OLE color: 6842546.

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

Color convert

RGB178104104-
CMYK00.420.420.30
HSL32.46%55.29%-
HSV(B)41.57%69.8%-
XYZ25.8120.3715.67-
YUV126.13115.52165-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=46.11%
G=26.94%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810410400.420.420.30032.4655.29
HexB2686802A2A1E02037
Octal262150150052523604067
Binary10110010110100011010000101010101010111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26868; }

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

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

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

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

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

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

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

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