#B16659

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

Shades of Coral Tree #B16659

Tints of Coral Tree #B16659

Color information

#B16659 (or 0xB16659) is unknown color: approx Coral Tree. HEX triplet: B1, 66 and 59. RGB value is (177,102,89). Sum of RGB (Red+Green+Blue) = 177+102+89=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B16659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16659 is #4E99A6. Grayscale: #7B7B7B. Windows color (decimal): -5151143 or 5858993. OLE color: 5858993.

HSL color Cylindrical-coordinate representation of color #B16659: hue angle of 8.86º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16659 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17710289-
CMYK00.420.500.31
HSL8.86º36.07%52.16%-
HSV(B)8.86º49.72%69.41%-
XYZ24.6919.5711.93-
YUV122.94108.85166.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 89 (35.16% from 255) = 24.18%
R=48.10%
G=27.72%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771028900.420.500.318.8636.0752.16
HexB1665902A321F92434
Octal2611461310526237114464
Binary10110001110011010110010101010110010111111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16659; }

 p { color: rgb(177,102,89); }

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

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

 a { background-color: rgb(177,102,89); }

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

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

 span { border-color: rgb(177,102,89); }

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