#B26F68

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

Shades of Coral Tree #B26F68

Tints of Coral Tree #B26F68

Color information

#B26F68 (or 0xB26F68) is unknown color: approx Coral Tree. HEX triplet: B2, 6F and 68. RGB value is (178,111,104). Sum of RGB (Red+Green+Blue) = 178+111+104=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F68 is #4D9097. Grayscale: #828282. Windows color (decimal): -5083288 or 6844338. OLE color: 6844338.

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

Color convert

RGB178111104-
CMYK00.380.420.30
HSL5.68º32.46%55.29%-
HSV(B)5.68º41.57%69.8%-
XYZ26.5421.8315.91-
YUV130.23113.2162.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=45.29%
G=28.24%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811110400.380.420.305.6832.4655.29
HexB26F680262A1E62037
Octal262157150046523664067
Binary1011001011011111101000010011010101011110110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F68; }

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

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

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

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

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

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

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

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