#B06460

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

Shades of Coral Tree #B06460

Tints of Coral Tree #B06460

Color information

#B06460 (or 0xB06460) is unknown color: approx Coral Tree. HEX triplet: B0, 64 and 60. RGB value is (176,100,96). Sum of RGB (Red+Green+Blue) = 176+100+96=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B06460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06460 is #4F9B9F. Grayscale: #7A7A7A. Windows color (decimal): -5217184 or 6317232. OLE color: 6317232.

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

Color convert

RGB17610096-
CMYK00.430.450.31
HSL33.61%53.33%-
HSV(B)45.45%69.02%-
XYZ24.5719.1913.48-
YUV122.27113.18166.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=47.31%
G=26.88%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761009600.430.450.31333.6153.33
HexB0646002B2D1F32235
Octal260144140053553734265
Binary101100001100100110000001010111011011111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06460; }

 p { color: rgb(176,100,96); }

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

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

 a { background-color: rgb(176,100,96); }

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

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

 span { border-color: rgb(176,100,96); }

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