#B16F68

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

Shades of Coral Tree #B16F68

Tints of Coral Tree #B16F68

Color information

#B16F68 (or 0xB16F68) is unknown color: approx Coral Tree. HEX triplet: B1, 6F and 68. RGB value is (177,111,104). Sum of RGB (Red+Green+Blue) = 177+111+104=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F68 is #4E9097. Grayscale: #828282. Windows color (decimal): -5148824 or 6844337. OLE color: 6844337.

HSL color Cylindrical-coordinate representation of color #B16F68: hue angle of 5.75º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16F68 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB177111104-
CMYK00.370.410.31
HSL5.75º31.88%55.1%-
HSV(B)5.75º41.24%69.41%-
XYZ26.3121.7215.9-
YUV129.94113.37161.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 111 (43.75% from 255) = 28.32%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=45.15%
G=28.32%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711110400.370.410.315.7531.8855.1
HexB16F68025291F62037
Octal261157150045513764067
Binary1011000111011111101000010010110100111111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F68; }

 p { color: rgb(177,111,104); }

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

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

 a { background-color: rgb(177,111,104); }

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

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

 span { border-color: rgb(177,111,104); }

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