#B26F66

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

Shades of Coral Tree #B26F66

Tints of Coral Tree #B26F66

Color information

#B26F66 (or 0xB26F66) is unknown color: approx Coral Tree. HEX triplet: B2, 6F and 66. RGB value is (178,111,102). Sum of RGB (Red+Green+Blue) = 178+111+102=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F66 is #4D9099. Grayscale: #828282. Windows color (decimal): -5083290 or 6713266. OLE color: 6713266.

HSL color Cylindrical-coordinate representation of color #B26F66: hue angle of 7.11º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26F66 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB178111102-
CMYK00.380.430.30
HSL7.11º33.04%54.9%-
HSV(B)7.11º42.7%69.8%-
XYZ26.4421.7915.38-
YUV130.01112.2162.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 111 (43.75% from 255) = 28.39%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=45.52%
G=28.39%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811110200.380.430.307.1133.0454.9
HexB26F660262B1E72137
Octal262157146046533674167
Binary1011001011011111100110010011010101111110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F66; }

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

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

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

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

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

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

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

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