#B26F5C

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

Shades of Coral Tree #B26F5C

Tints of Coral Tree #B26F5C

Color information

#B26F5C (or 0xB26F5C) is unknown color: approx Coral Tree. HEX triplet: B2, 6F and 5C. RGB value is (178,111,92). Sum of RGB (Red+Green+Blue) = 178+111+92=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F5C is #4D90A3. Grayscale: #818181. Windows color (decimal): -5083300 or 6057906. OLE color: 6057906.

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

Color convert

RGB17811192-
CMYK00.380.480.30
HSL13.26º35.83%52.94%-
HSV(B)13.26º48.31%69.8%-
XYZ25.9821.6112.93-
YUV128.87107.2163.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 92 (36.33% from 255) = 24.15%
R=46.72%
G=29.13%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781119200.380.480.3013.2635.8352.94
HexB26F5C026301Ed2435
Octal2621571340466036154465
Binary10110010110111110111000100110110000111101101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F5C; }

 p { color: rgb(178,111,92); }

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

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

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

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

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

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

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