#B06D66

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

Shades of Coral Tree #B06D66

Tints of Coral Tree #B06D66

Color information

#B06D66 (or 0xB06D66) is unknown color: approx Coral Tree. HEX triplet: B0, 6D and 66. RGB value is (176,109,102). Sum of RGB (Red+Green+Blue) = 176+109+102=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D66 is #4F9299. Grayscale: #808080. Windows color (decimal): -5214874 or 6712752. OLE color: 6712752.

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

Color convert

RGB176109102-
CMYK00.380.420.31
HSL5.68º31.9%54.51%-
HSV(B)5.68º42.05%69.02%-
XYZ25.7721.1315.29-
YUV128.24113.2162.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=45.48%
G=28.17%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610910200.380.420.315.6831.954.51
HexB06D660262A1F62037
Octal260155146046523764067
Binary1011000011011011100110010011010101011111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D66; }

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

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

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

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

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

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

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

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