#B16362

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

Shades of Coral Tree #B16362

Tints of Coral Tree #B16362

Color information

#B16362 (or 0xB16362) is unknown color: approx Coral Tree. HEX triplet: B1, 63 and 62. RGB value is (177,99,98). Sum of RGB (Red+Green+Blue) = 177+99+98=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B16362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16362 is #4E9C9D. Grayscale: #7A7A7A. Windows color (decimal): -5151902 or 6448049. OLE color: 6448049.

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

Color convert

RGB1779998-
CMYK00.440.450.31
HSL0.76º33.62%53.92%-
HSV(B)0.76º44.63%69.41%-
XYZ24.819.1513.95-
YUV122.21114.34167.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 98 (38.67% from 255) = 26.20%
R=47.33%
G=26.47%
B=26.20%

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
Decimal177999800.440.450.310.7633.6253.92
HexB1636202C2D1F12236
Octal261143142054553714266
Binary10110001110001111000100101100101101111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16362; }

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

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

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

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

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

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

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

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