#B06863

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

Shades of Coral Tree #B06863

Tints of Coral Tree #B06863

Color information

#B06863 (or 0xB06863) is unknown color: approx Coral Tree. HEX triplet: B0, 68 and 63. RGB value is (176,104,99). Sum of RGB (Red+Green+Blue) = 176+104+99=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B06863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06863 is #4F979C. Grayscale: #7D7D7D. Windows color (decimal): -5216157 or 6514864. OLE color: 6514864.

HSL color Cylindrical-coordinate representation of color #B06863: hue angle of 3.9º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06863 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17610499-
CMYK00.410.440.31
HSL3.9º32.77%53.92%-
HSV(B)3.9º43.75%69.02%-
XYZ25.1120.0314.35-
YUV124.96113.35164.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=46.44%
G=27.44%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761049900.410.440.313.932.7753.92
HexB068630292C1F42136
Octal260150143051543744166
Binary1011000011010001100011010100110110011111100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06863; }

 p { color: rgb(176,104,99); }

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

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

 a { background-color: rgb(176,104,99); }

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

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

 span { border-color: rgb(176,104,99); }

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