#B16462

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

Shades of Coral Tree #B16462

Tints of Coral Tree #B16462

Color information

#B16462 (or 0xB16462) is unknown color: approx Coral Tree. HEX triplet: B1, 64 and 62. RGB value is (177,100,98). Sum of RGB (Red+Green+Blue) = 177+100+98=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B16462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16462 is #4E9B9D. Grayscale: #7A7A7A. Windows color (decimal): -5151646 or 6448305. OLE color: 6448305.

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

Color convert

RGB17710098-
CMYK00.440.450.31
HSL1.52º33.62%53.92%-
HSV(B)1.52º44.63%69.41%-
XYZ24.8919.3413.98-
YUV122.79114.01166.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=47.2%
G=26.67%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771009800.440.450.311.5233.6253.92
HexB1646202C2D1F22236
Octal261144142054553724266
Binary101100011100100110001001011001011011111110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16462; }

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

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

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

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

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

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

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

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