#B06865

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

Shades of Coral Tree #B06865

Tints of Coral Tree #B06865

Color information

#B06865 (or 0xB06865) is unknown color: approx Coral Tree. HEX triplet: B0, 68 and 65. RGB value is (176,104,101). Sum of RGB (Red+Green+Blue) = 176+104+101=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B06865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06865 is #4F979A. Grayscale: #7D7D7D. Windows color (decimal): -5216155 or 6645936. OLE color: 6645936.

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

Color convert

RGB176104101-
CMYK00.410.430.31
HSL2.4º32.19%54.31%-
HSV(B)2.4º42.61%69.02%-
XYZ25.220.0714.86-
YUV125.19114.35164.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 101 (39.84% from 255) = 26.51%
R=46.19%
G=27.30%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610410100.410.430.312.432.1954.31
HexB068650292B1F22036
Octal260150145051533724066
Binary101100001101000110010101010011010111111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06865; }

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

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

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

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

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

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

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

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