#B26B5B

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

Shades of Coral Tree #B26B5B

Tints of Coral Tree #B26B5B

Color information

#B26B5B (or 0xB26B5B) is unknown color: approx Coral Tree. HEX triplet: B2, 6B and 5B. RGB value is (178,107,91). Sum of RGB (Red+Green+Blue) = 178+107+91=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B5B is #4D94A4. Grayscale: #7E7E7E. Windows color (decimal): -5084325 or 5991346. OLE color: 5991346.

HSL color Cylindrical-coordinate representation of color #B26B5B: hue angle of 11.03º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B26B5B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17810791-
CMYK00.400.490.30
HSL11.03º36.1%52.75%-
HSV(B)11.03º48.88%69.8%-
XYZ25.5120.7412.56-
YUV126.4108.02164.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=47.34%
G=28.46%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781079100.400.490.3011.0336.152.75
HexB26B5B028311Eb2435
Octal2621531330506136134465
Binary10110010110101110110110101000110001111101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B5B; }

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

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

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

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

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

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

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

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