#B06C61

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

Shades of Coral Tree #B06C61

Tints of Coral Tree #B06C61

Color information

#B06C61 (or 0xB06C61) is unknown color: approx Coral Tree. HEX triplet: B0, 6C and 61. RGB value is (176,108,97). Sum of RGB (Red+Green+Blue) = 176+108+97=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C61 is #4F939E. Grayscale: #7F7F7F. Windows color (decimal): -5215135 or 6384816. OLE color: 6384816.

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

Color convert

RGB17610897-
CMYK00.390.450.31
HSL8.35º33.33%53.53%-
HSV(B)8.35º44.89%69.02%-
XYZ25.4220.8213.99-
YUV127.08111.03162.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=46.19%
G=28.35%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761089700.390.450.318.3533.3353.53
HexB06C610272D1F82136
Octal2601541410475537104166
Binary10110000110110011000010100111101101111111000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C61; }

 p { color: rgb(176,108,97); }

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

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

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

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

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

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

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