#B06559

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

Shades of Coral Tree #B06559

Tints of Coral Tree #B06559

Color information

#B06559 (or 0xB06559) is unknown color: approx Coral Tree. HEX triplet: B0, 65 and 59. RGB value is (176,101,89). Sum of RGB (Red+Green+Blue) = 176+101+89=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B06559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06559 is #4F9AA6. Grayscale: #7A7A7A. Windows color (decimal): -5216935 or 5858736. OLE color: 5858736.

HSL color Cylindrical-coordinate representation of color #B06559: hue angle of 8.28º 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 #B06559 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17610189-
CMYK00.430.490.31
HSL8.28º35.51%51.96%-
HSV(B)8.28º49.43%69.02%-
XYZ24.3619.2611.88-
YUV122.06109.35166.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=48.09%
G=27.60%
B=24.32%

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
Decimal1761018900.430.490.318.2835.5151.96
HexB0655902B311F82434
Octal2601451310536137104464
Binary10110000110010110110010101011110001111111000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06559; }

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

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

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

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

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

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

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

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