#B06259

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

Shades of Coral Tree #B06259

Tints of Coral Tree #B06259

Color information

#B06259 (or 0xB06259) is unknown color: approx Coral Tree. HEX triplet: B0, 62 and 59. RGB value is (176,98,89). Sum of RGB (Red+Green+Blue) = 176+98+89=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B06259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06259 is #4F9DA6. Grayscale: #787878. Windows color (decimal): -5217703 or 5857968. OLE color: 5857968.

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

Color convert

RGB1769889-
CMYK00.440.490.31
HSL6.21º35.51%51.96%-
HSV(B)6.21º49.43%69.02%-
XYZ24.0818.6911.79-
YUV120.3110.34167.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=48.48%
G=27.00%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176988900.440.490.316.2135.5151.96
HexB0625902C311F62434
Octal260142131054613764464
Binary1011000011000101011001010110011000111111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06259; }

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

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

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

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

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

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

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

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