#B26969

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

Shades of Coral Tree #B26969

Tints of Coral Tree #B26969

Color information

#B26969 (or 0xB26969) is unknown color: approx Coral Tree. HEX triplet: B2, 69 and 69. RGB value is (178,105,105). Sum of RGB (Red+Green+Blue) = 178+105+105=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B26969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26969 is #4D9696. Grayscale: #7E7E7E. Windows color (decimal): -5084823 or 6908338. OLE color: 6908338.

HSL color Cylindrical-coordinate representation of color #B26969: 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.41%. Process color model (Four color, CMYK) of #B26969 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB178105105-
CMYK00.410.410.30
HSL32.16%55.49%-
HSV(B)41.01%69.8%-
XYZ25.9620.5915.97-
YUV126.83115.68164.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=45.88%
G=27.06%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810510500.410.410.30032.1655.49
HexB26969029291E02037
Octal262151151051513604067
Binary10110010110100111010010101001101001111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26969; }

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

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

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

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

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

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

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

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