#B07166

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

Shades of Coral Tree #B07166

Tints of Coral Tree #B07166

Color information

#B07166 (or 0xB07166) is unknown color: approx Coral Tree. HEX triplet: B0, 71 and 66. RGB value is (176,113,102). Sum of RGB (Red+Green+Blue) = 176+113+102=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B07166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07166 is #4F8E99. Grayscale: #828282. Windows color (decimal): -5213850 or 6713776. OLE color: 6713776.

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

Color convert

RGB176113102-
CMYK00.360.420.31
HSL8.92º31.9%54.51%-
HSV(B)8.92º42.05%69.02%-
XYZ26.212215.44-
YUV130.58111.87160.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=45.01%
G=28.90%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611310200.360.420.318.9231.954.51
HexB071660242A1F92037
Octal2601611460445237114067
Binary10110000111000111001100100100101010111111001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07166; }

 p { color: rgb(176,113,102); }

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

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

 a { background-color: rgb(176,113,102); }

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

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

 span { border-color: rgb(176,113,102); }

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