#B16B69

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

Shades of Coral Tree #B16B69

Tints of Coral Tree #B16B69

Color information

#B16B69 (or 0xB16B69) is unknown color: approx Coral Tree. HEX triplet: B1, 6B and 69. RGB value is (177,107,105). Sum of RGB (Red+Green+Blue) = 177+107+105=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B69 is #4E9496. Grayscale: #7F7F7F. Windows color (decimal): -5149847 or 6908849. OLE color: 6908849.

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

Color convert

RGB177107105-
CMYK00.400.410.31
HSL1.67º31.58%55.29%-
HSV(B)1.67º40.68%69.41%-
XYZ25.9420.8816.03-
YUV127.7115.19163.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=45.50%
G=27.51%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710710500.400.410.311.6731.5855.29
HexB16B69028291F22037
Octal261153151050513724067
Binary101100011101011110100101010001010011111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B69; }

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

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

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

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

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

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

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

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