#B26D67

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

Shades of Coral Tree #B26D67

Tints of Coral Tree #B26D67

Color information

#B26D67 (or 0xB26D67) is unknown color: approx Coral Tree. HEX triplet: B2, 6D and 67. RGB value is (178,109,103). Sum of RGB (Red+Green+Blue) = 178+109+103=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D67 is #4D9298. Grayscale: #818181. Windows color (decimal): -5083801 or 6778290. OLE color: 6778290.

HSL color Cylindrical-coordinate representation of color #B26D67: hue angle of 4.8º degrees, saturation: 0.33, 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 #B26D67 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB178109103-
CMYK00.390.420.30
HSL4.8º32.75%55.1%-
HSV(B)4.8º42.13%69.8%-
XYZ26.2821.3815.57-
YUV128.95113.36162.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=45.64%
G=27.95%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810910300.390.420.304.832.7555.1
HexB26D670272A1E52137
Octal262155147047523654167
Binary1011001011011011100111010011110101011110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D67; }

 p { color: rgb(178,109,103); }

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

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

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

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

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

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

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