#B16960

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

Shades of Coral Tree #B16960

Tints of Coral Tree #B16960

Color information

#B16960 (or 0xB16960) is unknown color: approx Coral Tree. HEX triplet: B1, 69 and 60. RGB value is (177,105,96). Sum of RGB (Red+Green+Blue) = 177+105+96=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B16960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16960 is #4E969F. Grayscale: #7D7D7D. Windows color (decimal): -5150368 or 6318513. OLE color: 6318513.

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

Color convert

RGB17710596-
CMYK00.410.460.31
HSL6.67º34.18%53.53%-
HSV(B)6.67º45.76%69.41%-
XYZ25.2920.2913.65-
YUV125.5111.35164.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 96 (37.89% from 255) = 25.40%
R=46.83%
G=27.78%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771059600.410.460.316.6734.1853.53
HexB169600292E1F72236
Octal261151140051563774266
Binary1011000111010011100000010100110111011111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16960; }

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

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

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

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

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

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

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

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