#B26F6A

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

Shades of Coral Tree #B26F6A

Tints of Coral Tree #B26F6A

Color information

#B26F6A (or 0xB26F6A) is unknown color: approx Coral Tree. HEX triplet: B2, 6F and 6A. RGB value is (178,111,106). Sum of RGB (Red+Green+Blue) = 178+111+106=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F6A is #4D9095. Grayscale: #828282. Windows color (decimal): -5083286 or 6975410. OLE color: 6975410.

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

Color convert

RGB178111106-
CMYK00.380.400.30
HSL4.17º31.86%55.69%-
HSV(B)4.17º40.45%69.8%-
XYZ26.6521.8716.45-
YUV130.46114.2161.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=45.06%
G=28.10%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811110600.380.400.304.1731.8655.69
HexB26F6A026281E42038
Octal262157152046503644070
Binary1011001011011111101010010011010100011110100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F6A; }

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

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

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

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

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

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

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

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