#B26C69

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

Shades of Coral Tree #B26C69

Tints of Coral Tree #B26C69

Color information

#B26C69 (or 0xB26C69) is unknown color: approx Coral Tree. HEX triplet: B2, 6C and 69. RGB value is (178,108,105). Sum of RGB (Red+Green+Blue) = 178+108+105=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C69 is #4D9396. Grayscale: #808080. Windows color (decimal): -5084055 or 6909106. OLE color: 6909106.

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

Color convert

RGB178108105-
CMYK00.390.410.30
HSL2.47º32.16%55.49%-
HSV(B)2.47º41.01%69.8%-
XYZ26.2721.2116.07-
YUV128.59114.69163.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=45.52%
G=27.62%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810810500.390.410.302.4732.1655.49
HexB26C69027291E22037
Octal262154151047513624067
Binary101100101101100110100101001111010011111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C69; }

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

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

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

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

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

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

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

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