#B26C5D

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

Shades of Coral Tree #B26C5D

Tints of Coral Tree #B26C5D

Color information

#B26C5D (or 0xB26C5D) is unknown color: approx Coral Tree. HEX triplet: B2, 6C and 5D. RGB value is (178,108,93). Sum of RGB (Red+Green+Blue) = 178+108+93=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C5D is #4D93A2. Grayscale: #7F7F7F. Windows color (decimal): -5084067 or 6122674. OLE color: 6122674.

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

Color convert

RGB17810893-
CMYK00.390.480.30
HSL10.59º35.56%53.14%-
HSV(B)10.59º47.75%69.8%-
XYZ25.720.9813.05-
YUV127.22108.69164.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=46.97%
G=28.50%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781089300.390.480.3010.5935.5653.14
HexB26C5D027301Eb2435
Octal2621541350476036134465
Binary10110010110110010111010100111110000111101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C5D; }

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

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

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

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

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

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

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

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