#B06665

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

Shades of Coral Tree #B06665

Tints of Coral Tree #B06665

Color information

#B06665 (or 0xB06665) is unknown color: approx Coral Tree. HEX triplet: B0, 66 and 65. RGB value is (176,102,101). Sum of RGB (Red+Green+Blue) = 176+102+101=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B06665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06665 is #4F999A. Grayscale: #7C7C7C. Windows color (decimal): -5216667 or 6645424. OLE color: 6645424.

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

Color convert

RGB176102101-
CMYK00.420.430.31
HSL0.8º32.19%54.31%-
HSV(B)0.8º42.61%69.02%-
XYZ2519.6714.79-
YUV124.01115.02165.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=46.44%
G=26.91%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610210100.420.430.310.832.1954.31
HexB0666502A2B1F12036
Octal260146145052533714066
Binary10110000110011011001010101010101011111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06665; }

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

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

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

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

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

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

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

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