#B26F6C

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

Shades of Coral Tree #B26F6C

Tints of Coral Tree #B26F6C

Color information

#B26F6C (or 0xB26F6C) is unknown color: approx Coral Tree. HEX triplet: B2, 6F and 6C. RGB value is (178,111,108). Sum of RGB (Red+Green+Blue) = 178+111+108=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F6C is #4D9093. Grayscale: #828282. Windows color (decimal): -5083284 or 7106482. OLE color: 7106482.

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

Color convert

RGB178111108-
CMYK00.380.390.30
HSL2.57º31.25%56.08%-
HSV(B)2.57º39.33%69.8%-
XYZ26.7521.9217.01-
YUV130.69115.2161.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=44.84%
G=27.96%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811110800.380.390.302.5731.2556.08
HexB26F6C026271E31f38
Octal262157154046473633770
Binary10110010110111111011000100110100111111101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F6C; }

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

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

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

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

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

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

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

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