#B26B69

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

Shades of Coral Tree #B26B69

Tints of Coral Tree #B26B69

Color information

#B26B69 (or 0xB26B69) is unknown color: approx Coral Tree. HEX triplet: B2, 6B and 69. RGB value is (178,107,105). Sum of RGB (Red+Green+Blue) = 178+107+105=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B69 is #4D9496. Grayscale: #808080. Windows color (decimal): -5084311 or 6908850. OLE color: 6908850.

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

Color convert

RGB178107105-
CMYK00.400.410.30
HSL1.64º32.16%55.49%-
HSV(B)1.64º41.01%69.8%-
XYZ26.172116.04-
YUV128115.02163.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=45.64%
G=27.44%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810710500.400.410.301.6432.1655.49
HexB26B69028291E22037
Octal262153151050513624067
Binary101100101101011110100101010001010011111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B69; }

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

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

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

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

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

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

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

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