#B16F6B

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

Shades of Coral Tree #B16F6B

Tints of Coral Tree #B16F6B

Color information

#B16F6B (or 0xB16F6B) is unknown color: approx Coral Tree. HEX triplet: B1, 6F and 6B. RGB value is (177,111,107). Sum of RGB (Red+Green+Blue) = 177+111+107=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F6B is #4E9094. Grayscale: #828282. Windows color (decimal): -5148821 or 7040945. OLE color: 7040945.

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

Color convert

RGB177111107-
CMYK00.370.400.31
HSL3.43º30.97%55.69%-
HSV(B)3.43º39.55%69.41%-
XYZ26.4721.7816.72-
YUV130.28114.87161.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=44.81%
G=28.10%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711110700.370.400.313.4330.9755.69
HexB16F6B025281F31f38
Octal261157153045503733770
Binary10110001110111111010110100101101000111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F6B; }

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

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

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

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

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

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

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

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