#B16260

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

Shades of Coral Tree #B16260

Tints of Coral Tree #B16260

Color information

#B16260 (or 0xB16260) is unknown color: approx Coral Tree. HEX triplet: B1, 62 and 60. RGB value is (177,98,96). Sum of RGB (Red+Green+Blue) = 177+98+96=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B16260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16260 is #4E9D9F. Grayscale: #797979. Windows color (decimal): -5152160 or 6316721. OLE color: 6316721.

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

Color convert

RGB1779896-
CMYK00.450.460.31
HSL1.48º34.18%53.53%-
HSV(B)1.48º45.76%69.41%-
XYZ24.6118.9313.42-
YUV121.39113.67167.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=47.71%
G=26.42%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177989600.450.460.311.4834.1853.53
HexB1626002D2E1F12236
Octal261142140055563714266
Binary10110001110001011000000101101101110111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16260; }

 p { color: rgb(177,98,96); }

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

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

 a { background-color: rgb(177,98,96); }

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

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

 span { border-color: rgb(177,98,96); }

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