#B26F6F

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

Shades of Coral Tree #B26F6F

Tints of Coral Tree #B26F6F

Color information

#B26F6F (or 0xB26F6F) is unknown color: approx Coral Tree. HEX triplet: B2, 6F and 6F. RGB value is (178,111,111). Sum of RGB (Red+Green+Blue) = 178+111+111=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F6F is #4D9090. Grayscale: #838383. Windows color (decimal): -5083281 or 7303090. OLE color: 7303090.

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

Color convert

RGB178111111-
CMYK00.380.380.30
HSL30.32%56.67%-
HSV(B)37.64%69.8%-
XYZ26.9121.9817.86-
YUV131.03116.7161.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=44.5%
G=27.75%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811111100.380.380.30030.3256.67
HexB26F6F026261E01e39
Octal262157157046463603671
Binary1011001011011111101111010011010011011110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F6F; }

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

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

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

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

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

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

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

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