#B06459

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

Shades of Coral Tree #B06459

Tints of Coral Tree #B06459

Color information

#B06459 (or 0xB06459) is unknown color: approx Coral Tree. HEX triplet: B0, 64 and 59. RGB value is (176,100,89). Sum of RGB (Red+Green+Blue) = 176+100+89=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B06459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06459 is #4F9BA6. Grayscale: #797979. Windows color (decimal): -5217191 or 5858480. OLE color: 5858480.

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

Color convert

RGB17610089-
CMYK00.430.490.31
HSL7.59º35.51%51.96%-
HSV(B)7.59º49.43%69.02%-
XYZ24.2619.0711.85-
YUV121.47109.68166.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=48.22%
G=27.40%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761008900.430.490.317.5935.5151.96
HexB0645902B311F82434
Octal2601441310536137104464
Binary10110000110010010110010101011110001111111000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06459; }

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

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

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

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

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

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

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

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