#B06666

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

Shades of Coral Tree #B06666

Tints of Coral Tree #B06666

Color information

#B06666 (or 0xB06666) is unknown color: approx Coral Tree. HEX triplet: B0, 66 and 66. RGB value is (176,102,102). Sum of RGB (Red+Green+Blue) = 176+102+102=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B06666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06666 is #4F9999. Grayscale: #7C7C7C. Windows color (decimal): -5216666 or 6710960. OLE color: 6710960.

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

Color convert

RGB176102102-
CMYK00.420.420.31
HSL31.9%54.51%-
HSV(B)42.05%69.02%-
XYZ25.0519.6915.05-
YUV124.13115.52165-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=46.32%
G=26.84%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610210200.420.420.31031.954.51
HexB0666602A2A1F02037
Octal260146146052523704067
Binary10110000110011011001100101010101010111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06666; }

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

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

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

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

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

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

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

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