#B26765

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

Shades of Coral Tree #B26765

Tints of Coral Tree #B26765

Color information

#B26765 (or 0xB26765) is unknown color: approx Coral Tree. HEX triplet: B2, 67 and 65. RGB value is (178,103,101). Sum of RGB (Red+Green+Blue) = 178+103+101=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B26765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26765 is #4D989A. Grayscale: #7D7D7D. Windows color (decimal): -5085339 or 6645682. OLE color: 6645682.

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

Color convert

RGB178103101-
CMYK00.420.430.30
HSL1.56º33.33%54.71%-
HSV(B)1.56º43.26%69.8%-
XYZ25.5620.1114.85-
YUV125.2114.35165.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=46.60%
G=26.96%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810310100.420.430.301.5633.3354.71
HexB2676502A2B1E22137
Octal262147145052533624167
Binary101100101100111110010101010101010111111010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26765; }

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

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

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

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

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

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

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

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