#B16F6D

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

Shades of Coral Tree #B16F6D

Tints of Coral Tree #B16F6D

Color information

#B16F6D (or 0xB16F6D) is unknown color: approx Coral Tree. HEX triplet: B1, 6F and 6D. RGB value is (177,111,109). Sum of RGB (Red+Green+Blue) = 177+111+109=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F6D is #4E9092. Grayscale: #828282. Windows color (decimal): -5148819 or 7172017. OLE color: 7172017.

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

Color convert

RGB177111109-
CMYK00.370.380.31
HSL1.76º30.36%56.08%-
HSV(B)1.76º38.42%69.41%-
XYZ26.5821.8217.28-
YUV130.51115.87161.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=44.58%
G=27.96%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711110900.370.380.311.7630.3656.08
HexB16F6D025261F21e38
Octal261157155045463723670
Binary10110001110111111011010100101100110111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F6D; }

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

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

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

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

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

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

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

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